Shades of Eucalyptus #429263
Tints of Eucalyptus #429263
RGB
CMYK
RGB Variations
Color information
#429263 (or 0x429263) is known color: Eucalyptus. HEX triplet: 42, 92 and 63. RGB value is (66,146,99). Sum of RGB (Red+Green+Blue) = 66+146+99=311 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.22% from 311); Green value is 146 (57.42% from 255 or 46.95% from 311); Blue value is 99 (39.06% from 255 or 31.83% from 311); Max value from RGB is 146 - color contains mainly: green. Hex color #429263 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429263 is #BD6D9C. Grayscale: #747474. Windows color (decimal): -12414365 or 6525506. OLE color: 6525506.
HSL color Cylindrical-coordinate representation of color #429263: hue angle of 144.75º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #429263 is Cyan = 0.55, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 66 | 146 | 99 | - |
| CMYK | 0.55 | 0 | 0.32 | 0.43 |
| HSL | 144.75º | 0.38% | 0.42% | - |
| HSV(B) | 144.75º | 0.55% | 0.57% | - |
| XYZ | 14.78 | 22.62 | 15.39 | - |
| YUV | 116.72 | 118 | 91.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 146 | 99 | 0.55 | 0 | 0.32 | 0.43 | 144.75 | 0.38 | 0.42 |
| Hex | 42 | 92 | 63 | 37 | 0 | 20 | 2B | 91 | 26 | 2A |
| Octal | 102 | 222 | 143 | 67 | 0 | 40 | 53 | 221 | 46 | 52 |
| Binary | 1000010 | 10010010 | 1100011 | 110111 | 0 | 100000 | 101011 | 10010001 | 100110 | 101010 |
Color Harmonies of #429263
Complementary color
Monochromatic Colors of #429263
Black with #429263
Text Example
Text Example
White with #429263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #429263; }
p { color: rgb(66,146,99); }
H1.HeaderClassName
{
color: #429263;
}
.AnyTagClassName
{
color: #429263;
}
</style>
background-color css
<style>
a { background-color: #429263; }
a { background-color: rgb(66,146,99); }
div.DivClassName
{
background-color: #429263;
}
.BgClassName
{
background-color: #429263;
}
</style>
border-color css
<style>
span { border-color: #429263; }
span { border-color: rgb(66,146,99); }
td.TdClassName
{
border-color: #429263;
}
.TagClassName
{
border-color: #429263;
}
</style>