Shades of Chateau Green #458D5D
Tints of Chateau Green #458D5D
RGB
CMYK
RGB Variations
Color information
#458D5D (or 0x458D5D) is known color: Chateau Green. HEX triplet: 45, 8D and 5D. RGB value is (69,141,93). Sum of RGB (Red+Green+Blue) = 69+141+93=303 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.77% from 303); Green value is 141 (55.47% from 255 or 46.53% from 303); Blue value is 93 (36.72% from 255 or 30.69% from 303); Max value from RGB is 141 - color contains mainly: green. Hex color #458D5D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #458D5D is #BA72A2. Grayscale: #727272. Windows color (decimal): -12219043 or 6131013. OLE color: 6131013.
HSL color Cylindrical-coordinate representation of color #458D5D: hue angle of 140º 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 #458D5D is Cyan = 0.51, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 69 | 141 | 93 | - |
| CMYK | 0.51 | 0 | 0.34 | 0.45 |
| HSL | 140º | 0.34% | 0.41% | - |
| HSV(B) | 140º | 0.51% | 0.55% | - |
| XYZ | 13.95 | 21.11 | 13.69 | - |
| YUV | 114 | 116.15 | 95.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 141 | 93 | 0.51 | 0 | 0.34 | 0.45 | 140 | 0.34 | 0.41 |
| Hex | 45 | 8D | 5D | 33 | 0 | 22 | 2D | 8C | 22 | 29 |
| Octal | 105 | 215 | 135 | 63 | 0 | 42 | 55 | 214 | 42 | 51 |
| Binary | 1000101 | 10001101 | 1011101 | 110011 | 0 | 100010 | 101101 | 10001100 | 100010 | 101001 |
Color Harmonies of #458D5D
Complementary color
Monochromatic Colors of #458D5D
Black with #458D5D
Text Example
Text Example
White with #458D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #458D5D; }
p { color: rgb(69,141,93); }
H1.HeaderClassName
{
color: #458D5D;
}
.AnyTagClassName
{
color: #458D5D;
}
</style>
background-color css
<style>
a { background-color: #458D5D; }
a { background-color: rgb(69,141,93); }
div.DivClassName
{
background-color: #458D5D;
}
.BgClassName
{
background-color: #458D5D;
}
</style>
border-color css
<style>
span { border-color: #458D5D; }
span { border-color: rgb(69,141,93); }
td.TdClassName
{
border-color: #458D5D;
}
.TagClassName
{
border-color: #458D5D;
}
</style>