#42976F

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

Shades of Eucalyptus #42976F

Tints of Eucalyptus #42976F

Color information

#42976F (or 0x42976F) is unknown color: approx Eucalyptus. HEX triplet: 42, 97 and 6F. RGB value is (66,151,111). Sum of RGB (Red+Green+Blue) = 66+151+111=328 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.12% from 328); Green value is 151 (59.38% from 255 or 46.04% from 328); Blue value is 111 (43.75% from 255 or 33.84% from 328); Max value from RGB is 151 - color contains mainly: green. Hex color #42976F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42976F is #BD6890. Grayscale: #797979. Windows color (decimal): -12413073 or 7313218. OLE color: 7313218.

HSL color Cylindrical-coordinate representation of color #42976F: hue angle of 151.76º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #42976F is Cyan = 0.56, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.41.

Color convert

RGB66151111-
CMYK0.5600.260.41
HSL151.76º39.17%42.55%-
HSV(B)151.76º56.29%59.22%-
XYZ16.1824.4418.9-
YUV121.02122.3488.75-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.12%
GREEN value IS 151 (59.38% from 255) = 46.04%
BLUE value IS 111 (43.75% from 255) = 33.84%
R=20.12%
G=46.04%
B=33.84%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal661511110.5600.260.41151.7639.1742.55
Hex42976F3801A2998272b
Octal10222715770032512304753
Binary100001010010111110111111100001101010100110011000100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42976F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,151,111); }

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

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

 a { background-color: rgb(66,151,111); }

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

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

 span { border-color: rgb(66,151,111); }

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