#41986F

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

Shades of Eucalyptus #41986F

Tints of Eucalyptus #41986F

Color information

#41986F (or 0x41986F) is unknown color: approx Eucalyptus. HEX triplet: 41, 98 and 6F. RGB value is (65,152,111). Sum of RGB (Red+Green+Blue) = 65+152+111=328 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.82% from 328); Green value is 152 (59.77% from 255 or 46.34% from 328); Blue value is 111 (43.75% from 255 or 33.84% from 328); Max value from RGB is 152 - color contains mainly: green. Hex color #41986F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41986F is #BE6790. Grayscale: #797979. Windows color (decimal): -12478353 or 7313473. OLE color: 7313473.

HSL color Cylindrical-coordinate representation of color #41986F: hue angle of 151.72º 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 #41986F is Cyan = 0.57, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.40.

Color convert

RGB65152111-
CMYK0.5700.270.40
HSL151.72º40.09%42.55%-
HSV(B)151.72º57.24%59.61%-
XYZ16.2824.7318.95-
YUV121.31122.1887.83-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.82%
GREEN value IS 152 (59.77% from 255) = 46.34%
BLUE value IS 111 (43.75% from 255) = 33.84%
R=19.82%
G=46.34%
B=33.84%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal651521110.5700.270.40151.7240.0942.55
Hex41986F3901B2898282b
Octal10123015771033502305053
Binary100000110011000110111111100101101110100010011000101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41986F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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