#41913E

Color #41913E Fruit Salad (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fruit Salad #41913E

Tints of Fruit Salad #41913E

Color information

#41913E (or 0x41913E) is unknown color: approx Fruit Salad. HEX triplet: 41, 91 and 3E. RGB value is (65,145,62). Sum of RGB (Red+Green+Blue) = 65+145+62=272 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.90% from 272); Green value is 145 (57.03% from 255 or 53.31% from 272); Blue value is 62 (24.61% from 255 or 22.79% from 272); Max value from RGB is 145 - color contains mainly: green. Hex color #41913E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #41913E is #BE6EC1. Grayscale: #6F6F6F. Windows color (decimal): -12480194 or 4100417. OLE color: 4100417.

HSL color Cylindrical-coordinate representation of color #41913E: hue angle of 117.83º degrees, saturation: 0.4, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #41913E is Cyan = 0.55, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.43.

Color convert

RGB6514562-
CMYK0.5500.570.43
HSL117.83º40.1%40.59%-
HSV(B)117.83º57.24%56.86%-
XYZ13.1721.728.06-
YUV111.6210094.75-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 65 (25.78% from 255) = 23.90%
GREEN value IS 145 (57.03% from 255) = 53.31%
BLUE value IS 62 (24.61% from 255) = 22.79%
R=23.90%
G=53.31%
B=22.79%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal65145620.5500.570.43117.8340.140.59
Hex41913E370392B762829
Octal1012217667071531665051
Binary10000011001000111111011011101110011010111110110101000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41913E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41913E; }

 p { color: rgb(65,145,62); }

 H1.HeaderClassName
 {
   color: #41913E;
 }
 .AnyTagClassName
 {
   color: #41913E;
 }
</style>
background-color css

<style>
 a { background-color: #41913E; }

 a { background-color: rgb(65,145,62); }

 div.DivClassName
 {
   background-color: #41913E;
 }
 .BgClassName
 {
   background-color: #41913E;
 }
</style>
border-color css

<style>
 span { border-color: #41913E; }

 span { border-color: rgb(65,145,62); }

 td.TdClassName
 {
   border-color: #41913E;
 }
 .TagClassName
 {
   border-color: #41913E;
 }
</style>