Shades of Chateau Green #458B55
Tints of Chateau Green #458B55
RGB
CMYK
RGB Variations
Color information
#458B55 (or 0x458B55) is known color: Chateau Green. HEX triplet: 45, 8B and 55. RGB value is (69,139,85). Sum of RGB (Red+Green+Blue) = 69+139+85=293 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.55% from 293); Green value is 139 (54.69% from 255 or 47.44% from 293); Blue value is 85 (33.59% from 255 or 29.01% from 293); Max value from RGB is 139 - color contains mainly: green. Hex color #458B55 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #458B55 is #BA74AA. Grayscale: #707070. Windows color (decimal): -12219563 or 5606213. OLE color: 5606213.
HSL color Cylindrical-coordinate representation of color #458B55: hue angle of 133.71º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #458B55 is Cyan = 0.50, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 69 | 139 | 85 | - |
| CMYK | 0.50 | 0 | 0.39 | 0.45 |
| HSL | 133.71º | 0.34% | 0.41% | - |
| HSV(B) | 133.71º | 0.5% | 0.55% | - |
| XYZ | 13.33 | 20.39 | 11.83 | - |
| YUV | 111.91 | 112.81 | 97.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 139 | 85 | 0.50 | 0 | 0.39 | 0.45 | 133.71 | 0.34 | 0.41 |
| Hex | 45 | 8B | 55 | 32 | 0 | 27 | 2D | 86 | 22 | 29 |
| Octal | 105 | 213 | 125 | 62 | 0 | 47 | 55 | 206 | 42 | 51 |
| Binary | 1000101 | 10001011 | 1010101 | 110010 | 0 | 100111 | 101101 | 10000110 | 100010 | 101001 |
Color Harmonies of #458B55
Complementary color
Monochromatic Colors of #458B55
Black with #458B55
Text Example
Text Example
White with #458B55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #458B55; }
p { color: rgb(69,139,85); }
H1.HeaderClassName
{
color: #458B55;
}
.AnyTagClassName
{
color: #458B55;
}
</style>
background-color css
<style>
a { background-color: #458B55; }
a { background-color: rgb(69,139,85); }
div.DivClassName
{
background-color: #458B55;
}
.BgClassName
{
background-color: #458B55;
}
</style>
border-color css
<style>
span { border-color: #458B55; }
span { border-color: rgb(69,139,85); }
td.TdClassName
{
border-color: #458B55;
}
.TagClassName
{
border-color: #458B55;
}
</style>