Shades of Chateau Green #458D5F
Tints of Chateau Green #458D5F
RGB
CMYK
RGB Variations
Color information
#458D5F (or 0x458D5F) is known color: Chateau Green. HEX triplet: 45, 8D and 5F. RGB value is (69,141,95). Sum of RGB (Red+Green+Blue) = 69+141+95=305 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.62% from 305); Green value is 141 (55.47% from 255 or 46.23% from 305); Blue value is 95 (37.5% from 255 or 31.15% from 305); Max value from RGB is 141 - color contains mainly: green. Hex color #458D5F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #458D5F is #BA72A0. Grayscale: #727272. Windows color (decimal): -12219041 or 6262085. OLE color: 6262085.
HSL color Cylindrical-coordinate representation of color #458D5F: hue angle of 141.67º 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 #458D5F is Cyan = 0.51, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 69 | 141 | 95 | - |
| CMYK | 0.51 | 0 | 0.33 | 0.45 |
| HSL | 141.67º | 0.34% | 0.41% | - |
| HSV(B) | 141.67º | 0.51% | 0.55% | - |
| XYZ | 14.04 | 21.14 | 14.17 | - |
| YUV | 114.23 | 117.15 | 95.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 141 | 95 | 0.51 | 0 | 0.33 | 0.45 | 141.67 | 0.34 | 0.41 |
| Hex | 45 | 8D | 5F | 33 | 0 | 21 | 2D | 8E | 22 | 29 |
| Octal | 105 | 215 | 137 | 63 | 0 | 41 | 55 | 216 | 42 | 51 |
| Binary | 1000101 | 10001101 | 1011111 | 110011 | 0 | 100001 | 101101 | 10001110 | 100010 | 101001 |
Color Harmonies of #458D5F
Complementary color
Monochromatic Colors of #458D5F
Black with #458D5F
Text Example
Text Example
White with #458D5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #458D5F; }
p { color: rgb(69,141,95); }
H1.HeaderClassName
{
color: #458D5F;
}
.AnyTagClassName
{
color: #458D5F;
}
</style>
background-color css
<style>
a { background-color: #458D5F; }
a { background-color: rgb(69,141,95); }
div.DivClassName
{
background-color: #458D5F;
}
.BgClassName
{
background-color: #458D5F;
}
</style>
border-color css
<style>
span { border-color: #458D5F; }
span { border-color: rgb(69,141,95); }
td.TdClassName
{
border-color: #458D5F;
}
.TagClassName
{
border-color: #458D5F;
}
</style>