#42996B

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

Shades of Eucalyptus #42996B

Tints of Eucalyptus #42996B

Color information

#42996B (or 0x42996B) is unknown color: approx Eucalyptus. HEX triplet: 42, 99 and 6B. RGB value is (66,153,107). Sum of RGB (Red+Green+Blue) = 66+153+107=326 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.25% from 326); Green value is 153 (60.16% from 255 or 46.93% from 326); Blue value is 107 (42.19% from 255 or 32.82% from 326); Max value from RGB is 153 - color contains mainly: green. Hex color #42996B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42996B is #BD6694. Grayscale: #797979. Windows color (decimal): -12412565 or 7051586. OLE color: 7051586.

HSL color Cylindrical-coordinate representation of color #42996B: hue angle of 148.28º 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 #42996B is Cyan = 0.57, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.4.

Color convert

RGB66153107-
CMYK0.5700.300.4
HSL148.28º39.73%42.94%-
HSV(B)148.28º56.86%60%-
XYZ16.292517.88-
YUV121.74119.6888.24-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.25%
GREEN value IS 153 (60.16% from 255) = 46.93%
BLUE value IS 107 (42.19% from 255) = 32.82%
R=20.25%
G=46.93%
B=32.82%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal661531070.5700.300.4148.2839.7342.94
Hex42996B3901E2894282b
Octal10223115371036502245053
Binary100001010011001110101111100101111010100010010100101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42996B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42996B; }

 p { color: rgb(66,153,107); }

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

<style>
 a { background-color: #42996B; }

 a { background-color: rgb(66,153,107); }

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

<style>
 span { border-color: #42996B; }

 span { border-color: rgb(66,153,107); }

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