Shades of Eucalyptus #459065
Tints of Eucalyptus #459065
RGB
CMYK
RGB Variations
Color information
#459065 (or 0x459065) is known color: Eucalyptus. HEX triplet: 45, 90 and 65. RGB value is (69,144,101). Sum of RGB (Red+Green+Blue) = 69+144+101=314 (41% of max value = 765). Red value is 69 (27.34% from 255 or 21.97% from 314); Green value is 144 (56.64% from 255 or 45.86% from 314); Blue value is 101 (39.84% from 255 or 32.17% from 314); Max value from RGB is 144 - color contains mainly: green. Hex color #459065 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #459065 is #BA6F9A. Grayscale: #747474. Windows color (decimal): -12218267 or 6656069. OLE color: 6656069.
HSL color Cylindrical-coordinate representation of color #459065: hue angle of 145.6º degrees, saturation: 0.35, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #459065 is Cyan = 0.52, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 69 | 144 | 101 | - |
| CMYK | 0.52 | 0 | 0.30 | 0.44 |
| HSL | 145.6º | 0.35% | 0.42% | - |
| HSV(B) | 145.6º | 0.52% | 0.56% | - |
| XYZ | 14.78 | 22.15 | 15.81 | - |
| YUV | 116.67 | 119.15 | 94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 144 | 101 | 0.52 | 0 | 0.30 | 0.44 | 145.6 | 0.35 | 0.42 |
| Hex | 45 | 90 | 65 | 34 | 0 | 1E | 2C | 92 | 23 | 2A |
| Octal | 105 | 220 | 145 | 64 | 0 | 36 | 54 | 222 | 43 | 52 |
| Binary | 1000101 | 10010000 | 1100101 | 110100 | 0 | 11110 | 101100 | 10010010 | 100011 | 101010 |
Color Harmonies of #459065
Complementary color
Monochromatic Colors of #459065
Black with #459065
Text Example
Text Example
White with #459065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #459065; }
p { color: rgb(69,144,101); }
H1.HeaderClassName
{
color: #459065;
}
.AnyTagClassName
{
color: #459065;
}
</style>
background-color css
<style>
a { background-color: #459065; }
a { background-color: rgb(69,144,101); }
div.DivClassName
{
background-color: #459065;
}
.BgClassName
{
background-color: #459065;
}
</style>
border-color css
<style>
span { border-color: #459065; }
span { border-color: rgb(69,144,101); }
td.TdClassName
{
border-color: #459065;
}
.TagClassName
{
border-color: #459065;
}
</style>