Shades of Eucalyptus #459069
Tints of Eucalyptus #459069
RGB
CMYK
RGB Variations
Color information
#459069 (or 0x459069) is known color: Eucalyptus. HEX triplet: 45, 90 and 69. RGB value is (69,144,105). Sum of RGB (Red+Green+Blue) = 69+144+105=318 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.70% from 318); Green value is 144 (56.64% from 255 or 45.28% from 318); Blue value is 105 (41.41% from 255 or 33.02% from 318); Max value from RGB is 144 - color contains mainly: green. Hex color #459069 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #459069 is #BA6F96. Grayscale: #757575. Windows color (decimal): -12218263 or 6918213. OLE color: 6918213.
HSL color Cylindrical-coordinate representation of color #459069: hue angle of 148.8º 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 #459069 is Cyan = 0.52, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 69 | 144 | 105 | - |
| CMYK | 0.52 | 0 | 0.27 | 0.44 |
| HSL | 148.8º | 0.35% | 0.42% | - |
| HSV(B) | 148.8º | 0.52% | 0.56% | - |
| XYZ | 14.98 | 22.23 | 16.87 | - |
| YUV | 117.13 | 121.15 | 93.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 144 | 105 | 0.52 | 0 | 0.27 | 0.44 | 148.8 | 0.35 | 0.42 |
| Hex | 45 | 90 | 69 | 34 | 0 | 1B | 2C | 95 | 23 | 2A |
| Octal | 105 | 220 | 151 | 64 | 0 | 33 | 54 | 225 | 43 | 52 |
| Binary | 1000101 | 10010000 | 1101001 | 110100 | 0 | 11011 | 101100 | 10010101 | 100011 | 101010 |
Color Harmonies of #459069
Complementary color
Monochromatic Colors of #459069
Black with #459069
Text Example
Text Example
White with #459069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #459069; }
p { color: rgb(69,144,105); }
H1.HeaderClassName
{
color: #459069;
}
.AnyTagClassName
{
color: #459069;
}
</style>
background-color css
<style>
a { background-color: #459069; }
a { background-color: rgb(69,144,105); }
div.DivClassName
{
background-color: #459069;
}
.BgClassName
{
background-color: #459069;
}
</style>
border-color css
<style>
span { border-color: #459069; }
span { border-color: rgb(69,144,105); }
td.TdClassName
{
border-color: #459069;
}
.TagClassName
{
border-color: #459069;
}
</style>