Shades of Chateau Green #458D5C
Tints of Chateau Green #458D5C
RGB
CMYK
RGB Variations
Color information
#458D5C (or 0x458D5C) is known color: Chateau Green. HEX triplet: 45, 8D and 5C. RGB value is (69,141,92). Sum of RGB (Red+Green+Blue) = 69+141+92=302 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.85% from 302); Green value is 141 (55.47% from 255 or 46.69% from 302); Blue value is 92 (36.33% from 255 or 30.46% from 302); Max value from RGB is 141 - color contains mainly: green. Hex color #458D5C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #458D5C is #BA72A3. Grayscale: #727272. Windows color (decimal): -12219044 or 6065477. OLE color: 6065477.
HSL color Cylindrical-coordinate representation of color #458D5C: hue angle of 139.17º 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 #458D5C is Cyan = 0.51, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 69 | 141 | 92 | - |
| CMYK | 0.51 | 0 | 0.35 | 0.45 |
| HSL | 139.17º | 0.34% | 0.41% | - |
| HSV(B) | 139.17º | 0.51% | 0.55% | - |
| XYZ | 13.91 | 21.09 | 13.46 | - |
| YUV | 113.89 | 115.65 | 95.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 141 | 92 | 0.51 | 0 | 0.35 | 0.45 | 139.17 | 0.34 | 0.41 |
| Hex | 45 | 8D | 5C | 33 | 0 | 23 | 2D | 8B | 22 | 29 |
| Octal | 105 | 215 | 134 | 63 | 0 | 43 | 55 | 213 | 42 | 51 |
| Binary | 1000101 | 10001101 | 1011100 | 110011 | 0 | 100011 | 101101 | 10001011 | 100010 | 101001 |
Color Harmonies of #458D5C
Complementary color
Monochromatic Colors of #458D5C
Black with #458D5C
Text Example
Text Example
White with #458D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #458D5C; }
p { color: rgb(69,141,92); }
H1.HeaderClassName
{
color: #458D5C;
}
.AnyTagClassName
{
color: #458D5C;
}
</style>
background-color css
<style>
a { background-color: #458D5C; }
a { background-color: rgb(69,141,92); }
div.DivClassName
{
background-color: #458D5C;
}
.BgClassName
{
background-color: #458D5C;
}
</style>
border-color css
<style>
span { border-color: #458D5C; }
span { border-color: rgb(69,141,92); }
td.TdClassName
{
border-color: #458D5C;
}
.TagClassName
{
border-color: #458D5C;
}
</style>