#41986C

Color #41986C Eucalyptus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eucalyptus #41986C

Tints of Eucalyptus #41986C

Color information

#41986C (or 0x41986C) is unknown color: approx Eucalyptus. HEX triplet: 41, 98 and 6C. RGB value is (65,152,108). Sum of RGB (Red+Green+Blue) = 65+152+108=325 (43% of max value = 765). Red value is 65 (25.78% from 255 or 20% from 325); Green value is 152 (59.77% from 255 or 46.77% from 325); Blue value is 108 (42.58% from 255 or 33.23% from 325); Max value from RGB is 152 - color contains mainly: green. Hex color #41986C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41986C is #BE6793. Grayscale: #797979. Windows color (decimal): -12478356 or 7116865. OLE color: 7116865.

HSL color Cylindrical-coordinate representation of color #41986C: hue angle of 149.66º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #41986C is Cyan = 0.57, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.40.

Color convert

RGB65152108-
CMYK0.5700.290.40
HSL149.66º40.09%42.55%-
HSV(B)149.66º57.24%59.61%-
XYZ16.1124.6618.1-
YUV120.97120.6888.08-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20%
GREEN value IS 152 (59.77% from 255) = 46.77%
BLUE value IS 108 (42.58% from 255) = 33.23%
R=20%
G=46.77%
B=33.23%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal651521080.5700.290.40149.6640.0942.55
Hex41986C3901D2896282b
Octal10123015471035502265053
Binary100000110011000110110011100101110110100010010110101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41986C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41986C; }

 p { color: rgb(65,152,108); }

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

<style>
 a { background-color: #41986C; }

 a { background-color: rgb(65,152,108); }

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

<style>
 span { border-color: #41986C; }

 span { border-color: rgb(65,152,108); }

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