Shades of Eucalyptus #42956C
Tints of Eucalyptus #42956C
RGB
CMYK
RGB Variations
Color information
#42956C (or 0x42956C) is known color: Eucalyptus. HEX triplet: 42, 95 and 6C. RGB value is (66,149,108). Sum of RGB (Red+Green+Blue) = 66+149+108=323 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.43% from 323); Green value is 149 (58.59% from 255 or 46.13% from 323); Blue value is 108 (42.58% from 255 or 33.44% from 323); Max value from RGB is 149 - color contains mainly: green. Hex color #42956C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42956C is #BD6A93. Grayscale: #777777. Windows color (decimal): -12413588 or 7116098. OLE color: 7116098.
HSL color Cylindrical-coordinate representation of color #42956C: hue angle of 150.36º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #42956C is Cyan = 0.56, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 66 | 149 | 108 | - |
| CMYK | 0.56 | 0 | 0.28 | 0.42 |
| HSL | 150.36º | 0.39% | 0.42% | - |
| HSV(B) | 150.36º | 0.56% | 0.58% | - |
| XYZ | 15.7 | 23.74 | 17.94 | - |
| YUV | 119.51 | 121.5 | 89.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 149 | 108 | 0.56 | 0 | 0.28 | 0.42 | 150.36 | 0.39 | 0.42 |
| Hex | 42 | 95 | 6C | 38 | 0 | 1C | 2A | 96 | 27 | 2A |
| Octal | 102 | 225 | 154 | 70 | 0 | 34 | 52 | 226 | 47 | 52 |
| Binary | 1000010 | 10010101 | 1101100 | 111000 | 0 | 11100 | 101010 | 10010110 | 100111 | 101010 |
Color Harmonies of #42956C
Complementary color
Monochromatic Colors of #42956C
Black with #42956C
Text Example
Text Example
White with #42956C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42956C; }
p { color: rgb(66,149,108); }
H1.HeaderClassName
{
color: #42956C;
}
.AnyTagClassName
{
color: #42956C;
}
</style>
background-color css
<style>
a { background-color: #42956C; }
a { background-color: rgb(66,149,108); }
div.DivClassName
{
background-color: #42956C;
}
.BgClassName
{
background-color: #42956C;
}
</style>
border-color css
<style>
span { border-color: #42956C; }
span { border-color: rgb(66,149,108); }
td.TdClassName
{
border-color: #42956C;
}
.TagClassName
{
border-color: #42956C;
}
</style>