Shades of Eucalyptus #42905F
Tints of Eucalyptus #42905F
RGB
CMYK
RGB Variations
Color information
#42905F (or 0x42905F) is known color: Eucalyptus. HEX triplet: 42, 90 and 5F. RGB value is (66,144,95). Sum of RGB (Red+Green+Blue) = 66+144+95=305 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.64% from 305); Green value is 144 (56.64% from 255 or 47.21% from 305); Blue value is 95 (37.5% from 255 or 31.15% from 305); Max value from RGB is 144 - color contains mainly: green. Hex color #42905F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42905F is #BD6FA0. Grayscale: #737373. Windows color (decimal): -12414881 or 6262850. OLE color: 6262850.
HSL color Cylindrical-coordinate representation of color #42905F: hue angle of 142.31º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #42905F is Cyan = 0.54, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 66 | 144 | 95 | - |
| CMYK | 0.54 | 0 | 0.34 | 0.44 |
| HSL | 142.31º | 0.37% | 0.41% | - |
| HSV(B) | 142.31º | 0.54% | 0.56% | - |
| XYZ | 14.29 | 21.93 | 14.31 | - |
| YUV | 115.09 | 116.66 | 92.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 144 | 95 | 0.54 | 0 | 0.34 | 0.44 | 142.31 | 0.37 | 0.41 |
| Hex | 42 | 90 | 5F | 36 | 0 | 22 | 2C | 8E | 25 | 29 |
| Octal | 102 | 220 | 137 | 66 | 0 | 42 | 54 | 216 | 45 | 51 |
| Binary | 1000010 | 10010000 | 1011111 | 110110 | 0 | 100010 | 101100 | 10001110 | 100101 | 101001 |
Color Harmonies of #42905F
Complementary color
Monochromatic Colors of #42905F
Black with #42905F
Text Example
Text Example
White with #42905F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42905F; }
p { color: rgb(66,144,95); }
H1.HeaderClassName
{
color: #42905F;
}
.AnyTagClassName
{
color: #42905F;
}
</style>
background-color css
<style>
a { background-color: #42905F; }
a { background-color: rgb(66,144,95); }
div.DivClassName
{
background-color: #42905F;
}
.BgClassName
{
background-color: #42905F;
}
</style>
border-color css
<style>
span { border-color: #42905F; }
span { border-color: rgb(66,144,95); }
td.TdClassName
{
border-color: #42905F;
}
.TagClassName
{
border-color: #42905F;
}
</style>