Shades of Eucalyptus #42996B
Tints of Eucalyptus #42996B
RGB
CMYK
RGB Variations
Color information
#42996B (or 0x42996B) is known color: 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
| RGB | 66 | 153 | 107 | - |
| CMYK | 0.57 | 0 | 0.30 | 0.4 |
| HSL | 148.28º | 0.4% | 0.43% | - |
| HSV(B) | 148.28º | 0.57% | 0.6% | - |
| XYZ | 16.29 | 25 | 17.88 | - |
| YUV | 121.74 | 119.68 | 88.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 153 | 107 | 0.57 | 0 | 0.30 | 0.4 | 148.28 | 0.4 | 0.43 |
| Hex | 42 | 99 | 6B | 39 | 0 | 1E | 28 | 94 | 28 | 2B |
| Octal | 102 | 231 | 153 | 71 | 0 | 36 | 50 | 224 | 50 | 53 |
| Binary | 1000010 | 10011001 | 1101011 | 111001 | 0 | 11110 | 101000 | 10010100 | 101000 | 101011 |
Color Harmonies of #42996B
Complementary color
Monochromatic Colors of #42996B
Black with #42996B
Text Example
Text Example
White with #42996B
Text Example
Text Example
HTML Codes & Css Web 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>