Shades of Eucalyptus #458C65
Tints of Eucalyptus #458C65
RGB
CMYK
RGB Variations
Color information
#458C65 (or 0x458C65) is known color: Eucalyptus. HEX triplet: 45, 8C and 65. RGB value is (69,140,101). Sum of RGB (Red+Green+Blue) = 69+140+101=310 (41% of max value = 765). Red value is 69 (27.34% from 255 or 22.26% from 310); Green value is 140 (55.08% from 255 or 45.16% from 310); Blue value is 101 (39.84% from 255 or 32.58% from 310); Max value from RGB is 140 - color contains mainly: green. Hex color #458C65 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #458C65 is #BA739A. Grayscale: #727272. Windows color (decimal): -12219291 or 6655045. OLE color: 6655045.
HSL color Cylindrical-coordinate representation of color #458C65: hue angle of 147.04º 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 #458C65 is Cyan = 0.51, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 69 | 140 | 101 | - |
| CMYK | 0.51 | 0 | 0.28 | 0.45 |
| HSL | 147.04º | 0.34% | 0.41% | - |
| HSV(B) | 147.04º | 0.51% | 0.55% | - |
| XYZ | 14.18 | 20.96 | 15.61 | - |
| YUV | 114.33 | 120.48 | 95.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 140 | 101 | 0.51 | 0 | 0.28 | 0.45 | 147.04 | 0.34 | 0.41 |
| Hex | 45 | 8C | 65 | 33 | 0 | 1C | 2D | 93 | 22 | 29 |
| Octal | 105 | 214 | 145 | 63 | 0 | 34 | 55 | 223 | 42 | 51 |
| Binary | 1000101 | 10001100 | 1100101 | 110011 | 0 | 11100 | 101101 | 10010011 | 100010 | 101001 |
Color Harmonies of #458C65
Complementary color
Monochromatic Colors of #458C65
Black with #458C65
Text Example
Text Example
White with #458C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #458C65; }
p { color: rgb(69,140,101); }
H1.HeaderClassName
{
color: #458C65;
}
.AnyTagClassName
{
color: #458C65;
}
</style>
background-color css
<style>
a { background-color: #458C65; }
a { background-color: rgb(69,140,101); }
div.DivClassName
{
background-color: #458C65;
}
.BgClassName
{
background-color: #458C65;
}
</style>
border-color css
<style>
span { border-color: #458C65; }
span { border-color: rgb(69,140,101); }
td.TdClassName
{
border-color: #458C65;
}
.TagClassName
{
border-color: #458C65;
}
</style>