Shades of Eucalyptus #459369
Tints of Eucalyptus #459369
RGB
CMYK
RGB Variations
Color information
#459369 (or 0x459369) is known color: Eucalyptus. HEX triplet: 45, 93 and 69. RGB value is (69,147,105). Sum of RGB (Red+Green+Blue) = 69+147+105=321 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.50% from 321); Green value is 147 (57.81% from 255 or 45.79% from 321); Blue value is 105 (41.41% from 255 or 32.71% from 321); Max value from RGB is 147 - color contains mainly: green. Hex color #459369 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #459369 is #BA6C96. Grayscale: #767676. Windows color (decimal): -12217495 or 6918981. OLE color: 6918981.
HSL color Cylindrical-coordinate representation of color #459369: hue angle of 147.69º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #459369 is Cyan = 0.53, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 69 | 147 | 105 | - |
| CMYK | 0.53 | 0 | 0.29 | 0.42 |
| HSL | 147.69º | 0.36% | 0.42% | - |
| HSV(B) | 147.69º | 0.53% | 0.58% | - |
| XYZ | 15.44 | 23.15 | 17.02 | - |
| YUV | 118.89 | 120.16 | 92.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 147 | 105 | 0.53 | 0 | 0.29 | 0.42 | 147.69 | 0.36 | 0.42 |
| Hex | 45 | 93 | 69 | 35 | 0 | 1D | 2A | 94 | 24 | 2A |
| Octal | 105 | 223 | 151 | 65 | 0 | 35 | 52 | 224 | 44 | 52 |
| Binary | 1000101 | 10010011 | 1101001 | 110101 | 0 | 11101 | 101010 | 10010100 | 100100 | 101010 |
Color Harmonies of #459369
Complementary color
Monochromatic Colors of #459369
Black with #459369
Text Example
Text Example
White with #459369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #459369; }
p { color: rgb(69,147,105); }
H1.HeaderClassName
{
color: #459369;
}
.AnyTagClassName
{
color: #459369;
}
</style>
background-color css
<style>
a { background-color: #459369; }
a { background-color: rgb(69,147,105); }
div.DivClassName
{
background-color: #459369;
}
.BgClassName
{
background-color: #459369;
}
</style>
border-color css
<style>
span { border-color: #459369; }
span { border-color: rgb(69,147,105); }
td.TdClassName
{
border-color: #459369;
}
.TagClassName
{
border-color: #459369;
}
</style>