Shades of Eucalyptus #459264
Tints of Eucalyptus #459264
RGB
CMYK
RGB Variations
Color information
#459264 (or 0x459264) is known color: Eucalyptus. HEX triplet: 45, 92 and 64. RGB value is (69,146,100). Sum of RGB (Red+Green+Blue) = 69+146+100=315 (41% of max value = 765). Red value is 69 (27.34% from 255 or 21.90% from 315); Green value is 146 (57.42% from 255 or 46.35% from 315); Blue value is 100 (39.45% from 255 or 31.75% from 315); Max value from RGB is 146 - color contains mainly: green. Hex color #459264 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #459264 is #BA6D9B. Grayscale: #757575. Windows color (decimal): -12217756 or 6591045. OLE color: 6591045.
HSL color Cylindrical-coordinate representation of color #459264: hue angle of 144.16º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #459264 is Cyan = 0.53, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 69 | 146 | 100 | - |
| CMYK | 0.53 | 0 | 0.32 | 0.43 |
| HSL | 144.16º | 0.36% | 0.42% | - |
| HSV(B) | 144.16º | 0.53% | 0.57% | - |
| XYZ | 15.03 | 22.74 | 15.65 | - |
| YUV | 117.73 | 117.99 | 93.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 146 | 100 | 0.53 | 0 | 0.32 | 0.43 | 144.16 | 0.36 | 0.42 |
| Hex | 45 | 92 | 64 | 35 | 0 | 20 | 2B | 90 | 24 | 2A |
| Octal | 105 | 222 | 144 | 65 | 0 | 40 | 53 | 220 | 44 | 52 |
| Binary | 1000101 | 10010010 | 1100100 | 110101 | 0 | 100000 | 101011 | 10010000 | 100100 | 101010 |
Color Harmonies of #459264
Complementary color
Monochromatic Colors of #459264
Black with #459264
Text Example
Text Example
White with #459264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #459264; }
p { color: rgb(69,146,100); }
H1.HeaderClassName
{
color: #459264;
}
.AnyTagClassName
{
color: #459264;
}
</style>
background-color css
<style>
a { background-color: #459264; }
a { background-color: rgb(69,146,100); }
div.DivClassName
{
background-color: #459264;
}
.BgClassName
{
background-color: #459264;
}
</style>
border-color css
<style>
span { border-color: #459264; }
span { border-color: rgb(69,146,100); }
td.TdClassName
{
border-color: #459264;
}
.TagClassName
{
border-color: #459264;
}
</style>