Shades of Eucalyptus #429061
Tints of Eucalyptus #429061
RGB
CMYK
RGB Variations
Color information
#429061 (or 0x429061) is known color: Eucalyptus. HEX triplet: 42, 90 and 61. RGB value is (66,144,97). Sum of RGB (Red+Green+Blue) = 66+144+97=307 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.50% from 307); Green value is 144 (56.64% from 255 or 46.91% from 307); Blue value is 97 (38.28% from 255 or 31.60% from 307); Max value from RGB is 144 - color contains mainly: green. Hex color #429061 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429061 is #BD6F9E. Grayscale: #737373. Windows color (decimal): -12414879 or 6393922. OLE color: 6393922.
HSL color Cylindrical-coordinate representation of color #429061: hue angle of 143.85º 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 #429061 is Cyan = 0.54, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 66 | 144 | 97 | - |
| CMYK | 0.54 | 0 | 0.33 | 0.44 |
| HSL | 143.85º | 0.37% | 0.41% | - |
| HSV(B) | 143.85º | 0.54% | 0.56% | - |
| XYZ | 14.38 | 21.97 | 14.79 | - |
| YUV | 115.32 | 117.66 | 92.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 144 | 97 | 0.54 | 0 | 0.33 | 0.44 | 143.85 | 0.37 | 0.41 |
| Hex | 42 | 90 | 61 | 36 | 0 | 21 | 2C | 90 | 25 | 29 |
| Octal | 102 | 220 | 141 | 66 | 0 | 41 | 54 | 220 | 45 | 51 |
| Binary | 1000010 | 10010000 | 1100001 | 110110 | 0 | 100001 | 101100 | 10010000 | 100101 | 101001 |
Color Harmonies of #429061
Complementary color
Monochromatic Colors of #429061
Black with #429061
Text Example
Text Example
White with #429061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #429061; }
p { color: rgb(66,144,97); }
H1.HeaderClassName
{
color: #429061;
}
.AnyTagClassName
{
color: #429061;
}
</style>
background-color css
<style>
a { background-color: #429061; }
a { background-color: rgb(66,144,97); }
div.DivClassName
{
background-color: #429061;
}
.BgClassName
{
background-color: #429061;
}
</style>
border-color css
<style>
span { border-color: #429061; }
span { border-color: rgb(66,144,97); }
td.TdClassName
{
border-color: #429061;
}
.TagClassName
{
border-color: #429061;
}
</style>