Shades of Chateau Green #458D5A
Tints of Chateau Green #458D5A
RGB
CMYK
RGB Variations
Color information
#458D5A (or 0x458D5A) is known color: Chateau Green. HEX triplet: 45, 8D and 5A. RGB value is (69,141,90). Sum of RGB (Red+Green+Blue) = 69+141+90=300 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23% from 300); Green value is 141 (55.47% from 255 or 47% from 300); Blue value is 90 (35.55% from 255 or 30% from 300); Max value from RGB is 141 - color contains mainly: green. Hex color #458D5A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #458D5A is #BA72A5. Grayscale: #717171. Windows color (decimal): -12219046 or 5934405. OLE color: 5934405.
HSL color Cylindrical-coordinate representation of color #458D5A: hue angle of 137.5º 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 #458D5A is Cyan = 0.51, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 69 | 141 | 90 | - |
| CMYK | 0.51 | 0 | 0.36 | 0.45 |
| HSL | 137.5º | 0.34% | 0.41% | - |
| HSV(B) | 137.5º | 0.51% | 0.55% | - |
| XYZ | 13.82 | 21.05 | 13.01 | - |
| YUV | 113.66 | 114.65 | 96.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 141 | 90 | 0.51 | 0 | 0.36 | 0.45 | 137.5 | 0.34 | 0.41 |
| Hex | 45 | 8D | 5A | 33 | 0 | 24 | 2D | 8A | 22 | 29 |
| Octal | 105 | 215 | 132 | 63 | 0 | 44 | 55 | 212 | 42 | 51 |
| Binary | 1000101 | 10001101 | 1011010 | 110011 | 0 | 100100 | 101101 | 10001010 | 100010 | 101001 |
Color Harmonies of #458D5A
Complementary color
Monochromatic Colors of #458D5A
Black with #458D5A
Text Example
Text Example
White with #458D5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #458D5A; }
p { color: rgb(69,141,90); }
H1.HeaderClassName
{
color: #458D5A;
}
.AnyTagClassName
{
color: #458D5A;
}
</style>
background-color css
<style>
a { background-color: #458D5A; }
a { background-color: rgb(69,141,90); }
div.DivClassName
{
background-color: #458D5A;
}
.BgClassName
{
background-color: #458D5A;
}
</style>
border-color css
<style>
span { border-color: #458D5A; }
span { border-color: rgb(69,141,90); }
td.TdClassName
{
border-color: #458D5A;
}
.TagClassName
{
border-color: #458D5A;
}
</style>