Shades of Eucalyptus #429463
Tints of Eucalyptus #429463
RGB
CMYK
RGB Variations
Color information
#429463 (or 0x429463) is known color: Eucalyptus. HEX triplet: 42, 94 and 63. RGB value is (66,148,99). Sum of RGB (Red+Green+Blue) = 66+148+99=313 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.09% from 313); Green value is 148 (58.20% from 255 or 47.28% from 313); Blue value is 99 (39.06% from 255 or 31.63% from 313); Max value from RGB is 148 - color contains mainly: green. Hex color #429463 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429463 is #BD6B9C. Grayscale: #767676. Windows color (decimal): -12413853 or 6526018. OLE color: 6526018.
HSL color Cylindrical-coordinate representation of color #429463: hue angle of 144.15º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #429463 is Cyan = 0.55, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 66 | 148 | 99 | - |
| CMYK | 0.55 | 0 | 0.33 | 0.42 |
| HSL | 144.15º | 0.38% | 0.42% | - |
| HSV(B) | 144.15º | 0.55% | 0.58% | - |
| XYZ | 15.09 | 23.24 | 15.49 | - |
| YUV | 117.9 | 117.33 | 90.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 148 | 99 | 0.55 | 0 | 0.33 | 0.42 | 144.15 | 0.38 | 0.42 |
| Hex | 42 | 94 | 63 | 37 | 0 | 21 | 2A | 90 | 26 | 2A |
| Octal | 102 | 224 | 143 | 67 | 0 | 41 | 52 | 220 | 46 | 52 |
| Binary | 1000010 | 10010100 | 1100011 | 110111 | 0 | 100001 | 101010 | 10010000 | 100110 | 101010 |
Color Harmonies of #429463
Complementary color
Monochromatic Colors of #429463
Black with #429463
Text Example
Text Example
White with #429463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #429463; }
p { color: rgb(66,148,99); }
H1.HeaderClassName
{
color: #429463;
}
.AnyTagClassName
{
color: #429463;
}
</style>
background-color css
<style>
a { background-color: #429463; }
a { background-color: rgb(66,148,99); }
div.DivClassName
{
background-color: #429463;
}
.BgClassName
{
background-color: #429463;
}
</style>
border-color css
<style>
span { border-color: #429463; }
span { border-color: rgb(66,148,99); }
td.TdClassName
{
border-color: #429463;
}
.TagClassName
{
border-color: #429463;
}
</style>