Shades of Eucalyptus #458D64
Tints of Eucalyptus #458D64
RGB
CMYK
RGB Variations
Color information
#458D64 (or 0x458D64) is known color: Eucalyptus. HEX triplet: 45, 8D and 64. RGB value is (69,141,100). Sum of RGB (Red+Green+Blue) = 69+141+100=310 (41% of max value = 765). Red value is 69 (27.34% from 255 or 22.26% from 310); Green value is 141 (55.47% from 255 or 45.48% from 310); Blue value is 100 (39.45% from 255 or 32.26% from 310); Max value from RGB is 141 - color contains mainly: green. Hex color #458D64 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #458D64 is #BA729B. Grayscale: #727272. Windows color (decimal): -12219036 or 6589765. OLE color: 6589765.
HSL color Cylindrical-coordinate representation of color #458D64: hue angle of 145.83º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #458D64 is Cyan = 0.51, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 69 | 141 | 100 | - |
| CMYK | 0.51 | 0 | 0.29 | 0.45 |
| HSL | 145.83º | 0.34% | 0.41% | - |
| HSV(B) | 145.83º | 0.51% | 0.55% | - |
| XYZ | 14.28 | 21.24 | 15.4 | - |
| YUV | 114.8 | 119.65 | 95.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 141 | 100 | 0.51 | 0 | 0.29 | 0.45 | 145.83 | 0.34 | 0.41 |
| Hex | 45 | 8D | 64 | 33 | 0 | 1D | 2D | 92 | 22 | 29 |
| Octal | 105 | 215 | 144 | 63 | 0 | 35 | 55 | 222 | 42 | 51 |
| Binary | 1000101 | 10001101 | 1100100 | 110011 | 0 | 11101 | 101101 | 10010010 | 100010 | 101001 |
Color Harmonies of #458D64
Complementary color
Monochromatic Colors of #458D64
Black with #458D64
Text Example
Text Example
White with #458D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #458D64; }
p { color: rgb(69,141,100); }
H1.HeaderClassName
{
color: #458D64;
}
.AnyTagClassName
{
color: #458D64;
}
</style>
background-color css
<style>
a { background-color: #458D64; }
a { background-color: rgb(69,141,100); }
div.DivClassName
{
background-color: #458D64;
}
.BgClassName
{
background-color: #458D64;
}
</style>
border-color css
<style>
span { border-color: #458D64; }
span { border-color: rgb(69,141,100); }
td.TdClassName
{
border-color: #458D64;
}
.TagClassName
{
border-color: #458D64;
}
</style>