Shades of Eucalyptus #429765
Tints of Eucalyptus #429765
RGB
CMYK
RGB Variations
Color information
#429765 (or 0x429765) is known color: Eucalyptus. HEX triplet: 42, 97 and 65. RGB value is (66,151,101). Sum of RGB (Red+Green+Blue) = 66+151+101=318 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.75% from 318); Green value is 151 (59.38% from 255 or 47.48% from 318); Blue value is 101 (39.84% from 255 or 31.76% from 318); Max value from RGB is 151 - color contains mainly: green. Hex color #429765 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429765 is #BD689A. Grayscale: #777777. Windows color (decimal): -12413083 or 6657858. OLE color: 6657858.
HSL color Cylindrical-coordinate representation of color #429765: hue angle of 144.71º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #429765 is Cyan = 0.56, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 66 | 151 | 101 | - |
| CMYK | 0.56 | 0 | 0.33 | 0.41 |
| HSL | 144.71º | 0.39% | 0.43% | - |
| HSV(B) | 144.71º | 0.56% | 0.59% | - |
| XYZ | 15.66 | 24.23 | 16.16 | - |
| YUV | 119.89 | 117.34 | 89.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 151 | 101 | 0.56 | 0 | 0.33 | 0.41 | 144.71 | 0.39 | 0.43 |
| Hex | 42 | 97 | 65 | 38 | 0 | 21 | 29 | 91 | 27 | 2B |
| Octal | 102 | 227 | 145 | 70 | 0 | 41 | 51 | 221 | 47 | 53 |
| Binary | 1000010 | 10010111 | 1100101 | 111000 | 0 | 100001 | 101001 | 10010001 | 100111 | 101011 |
Color Harmonies of #429765
Complementary color
Monochromatic Colors of #429765
Black with #429765
Text Example
Text Example
White with #429765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #429765; }
p { color: rgb(66,151,101); }
H1.HeaderClassName
{
color: #429765;
}
.AnyTagClassName
{
color: #429765;
}
</style>
background-color css
<style>
a { background-color: #429765; }
a { background-color: rgb(66,151,101); }
div.DivClassName
{
background-color: #429765;
}
.BgClassName
{
background-color: #429765;
}
</style>
border-color css
<style>
span { border-color: #429765; }
span { border-color: rgb(66,151,101); }
td.TdClassName
{
border-color: #429765;
}
.TagClassName
{
border-color: #429765;
}
</style>