Shades of Eucalyptus #429161
Tints of Eucalyptus #429161
RGB
CMYK
RGB Variations
Color information
#429161 (or 0x429161) is known color: Eucalyptus. HEX triplet: 42, 91 and 61. RGB value is (66,145,97). Sum of RGB (Red+Green+Blue) = 66+145+97=308 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.43% from 308); Green value is 145 (57.03% from 255 or 47.08% from 308); Blue value is 97 (38.28% from 255 or 31.49% from 308); Max value from RGB is 145 - color contains mainly: green. Hex color #429161 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429161 is #BD6E9E. Grayscale: #747474. Windows color (decimal): -12414623 or 6394178. OLE color: 6394178.
HSL color Cylindrical-coordinate representation of color #429161: hue angle of 143.54º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #429161 is Cyan = 0.54, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 66 | 145 | 97 | - |
| CMYK | 0.54 | 0 | 0.33 | 0.43 |
| HSL | 143.54º | 0.37% | 0.41% | - |
| HSV(B) | 143.54º | 0.54% | 0.57% | - |
| XYZ | 14.53 | 22.27 | 14.84 | - |
| YUV | 115.91 | 117.33 | 92.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 145 | 97 | 0.54 | 0 | 0.33 | 0.43 | 143.54 | 0.37 | 0.41 |
| Hex | 42 | 91 | 61 | 36 | 0 | 21 | 2B | 90 | 25 | 29 |
| Octal | 102 | 221 | 141 | 66 | 0 | 41 | 53 | 220 | 45 | 51 |
| Binary | 1000010 | 10010001 | 1100001 | 110110 | 0 | 100001 | 101011 | 10010000 | 100101 | 101001 |
Color Harmonies of #429161
Complementary color
Monochromatic Colors of #429161
Black with #429161
Text Example
Text Example
White with #429161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #429161; }
p { color: rgb(66,145,97); }
H1.HeaderClassName
{
color: #429161;
}
.AnyTagClassName
{
color: #429161;
}
</style>
background-color css
<style>
a { background-color: #429161; }
a { background-color: rgb(66,145,97); }
div.DivClassName
{
background-color: #429161;
}
.BgClassName
{
background-color: #429161;
}
</style>
border-color css
<style>
span { border-color: #429161; }
span { border-color: rgb(66,145,97); }
td.TdClassName
{
border-color: #429161;
}
.TagClassName
{
border-color: #429161;
}
</style>