Shades of Eucalyptus #429065
Tints of Eucalyptus #429065
RGB
CMYK
RGB Variations
Color information
#429065 (or 0x429065) is known color: Eucalyptus. HEX triplet: 42, 90 and 65. RGB value is (66,144,101). Sum of RGB (Red+Green+Blue) = 66+144+101=311 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.22% from 311); Green value is 144 (56.64% from 255 or 46.30% from 311); Blue value is 101 (39.84% from 255 or 32.48% from 311); Max value from RGB is 144 - color contains mainly: green. Hex color #429065 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429065 is #BD6F9A. Grayscale: #737373. Windows color (decimal): -12414875 or 6656066. OLE color: 6656066.
HSL color Cylindrical-coordinate representation of color #429065: hue angle of 146.92º 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 #429065 is Cyan = 0.54, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 66 | 144 | 101 | - |
| CMYK | 0.54 | 0 | 0.30 | 0.44 |
| HSL | 146.92º | 0.37% | 0.41% | - |
| HSV(B) | 146.92º | 0.54% | 0.56% | - |
| XYZ | 14.57 | 22.04 | 15.8 | - |
| YUV | 115.78 | 119.66 | 92.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 144 | 101 | 0.54 | 0 | 0.30 | 0.44 | 146.92 | 0.37 | 0.41 |
| Hex | 42 | 90 | 65 | 36 | 0 | 1E | 2C | 93 | 25 | 29 |
| Octal | 102 | 220 | 145 | 66 | 0 | 36 | 54 | 223 | 45 | 51 |
| Binary | 1000010 | 10010000 | 1100101 | 110110 | 0 | 11110 | 101100 | 10010011 | 100101 | 101001 |
Color Harmonies of #429065
Complementary color
Monochromatic Colors of #429065
Black with #429065
Text Example
Text Example
White with #429065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #429065; }
p { color: rgb(66,144,101); }
H1.HeaderClassName
{
color: #429065;
}
.AnyTagClassName
{
color: #429065;
}
</style>
background-color css
<style>
a { background-color: #429065; }
a { background-color: rgb(66,144,101); }
div.DivClassName
{
background-color: #429065;
}
.BgClassName
{
background-color: #429065;
}
</style>
border-color css
<style>
span { border-color: #429065; }
span { border-color: rgb(66,144,101); }
td.TdClassName
{
border-color: #429065;
}
.TagClassName
{
border-color: #429065;
}
</style>