Shades of Chateau Green #458D55
Tints of Chateau Green #458D55
RGB
CMYK
RGB Variations
Color information
#458D55 (or 0x458D55) is known color: Chateau Green. HEX triplet: 45, 8D and 55. RGB value is (69,141,85). Sum of RGB (Red+Green+Blue) = 69+141+85=295 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23.39% from 295); Green value is 141 (55.47% from 255 or 47.80% from 295); Blue value is 85 (33.59% from 255 or 28.81% from 295); Max value from RGB is 141 - color contains mainly: green. Hex color #458D55 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #458D55 is #BA72AA. Grayscale: #717171. Windows color (decimal): -12219051 or 5606725. OLE color: 5606725.
HSL color Cylindrical-coordinate representation of color #458D55: hue angle of 133.33º 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 #458D55 is Cyan = 0.51, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 69 | 141 | 85 | - |
| CMYK | 0.51 | 0 | 0.40 | 0.45 |
| HSL | 133.33º | 0.34% | 0.41% | - |
| HSV(B) | 133.33º | 0.51% | 0.55% | - |
| XYZ | 13.62 | 20.97 | 11.92 | - |
| YUV | 113.09 | 112.15 | 96.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 141 | 85 | 0.51 | 0 | 0.40 | 0.45 | 133.33 | 0.34 | 0.41 |
| Hex | 45 | 8D | 55 | 33 | 0 | 28 | 2D | 85 | 22 | 29 |
| Octal | 105 | 215 | 125 | 63 | 0 | 50 | 55 | 205 | 42 | 51 |
| Binary | 1000101 | 10001101 | 1010101 | 110011 | 0 | 101000 | 101101 | 10000101 | 100010 | 101001 |
Color Harmonies of #458D55
Complementary color
Monochromatic Colors of #458D55
Black with #458D55
Text Example
Text Example
White with #458D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #458D55; }
p { color: rgb(69,141,85); }
H1.HeaderClassName
{
color: #458D55;
}
.AnyTagClassName
{
color: #458D55;
}
</style>
background-color css
<style>
a { background-color: #458D55; }
a { background-color: rgb(69,141,85); }
div.DivClassName
{
background-color: #458D55;
}
.BgClassName
{
background-color: #458D55;
}
</style>
border-color css
<style>
span { border-color: #458D55; }
span { border-color: rgb(69,141,85); }
td.TdClassName
{
border-color: #458D55;
}
.TagClassName
{
border-color: #458D55;
}
</style>