Shades of Chateau Green #458B54
Tints of Chateau Green #458B54
RGB
CMYK
RGB Variations
Color information
#458B54 (or 0x458B54) is known color: Chateau Green. HEX triplet: 45, 8B and 54. RGB value is (69,139,84). Sum of RGB (Red+Green+Blue) = 69+139+84=292 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.63% from 292); Green value is 139 (54.69% from 255 or 47.60% from 292); Blue value is 84 (33.20% from 255 or 28.77% from 292); Max value from RGB is 139 - color contains mainly: green. Hex color #458B54 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #458B54 is #BA74AB. Grayscale: #6F6F6F. Windows color (decimal): -12219564 or 5540677. OLE color: 5540677.
HSL color Cylindrical-coordinate representation of color #458B54: hue angle of 132.86º 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 #458B54 is Cyan = 0.50, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 69 | 139 | 84 | - |
| CMYK | 0.50 | 0 | 0.40 | 0.45 |
| HSL | 132.86º | 0.34% | 0.41% | - |
| HSV(B) | 132.86º | 0.5% | 0.55% | - |
| XYZ | 13.29 | 20.37 | 11.62 | - |
| YUV | 111.8 | 112.31 | 97.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 139 | 84 | 0.50 | 0 | 0.40 | 0.45 | 132.86 | 0.34 | 0.41 |
| Hex | 45 | 8B | 54 | 32 | 0 | 28 | 2D | 85 | 22 | 29 |
| Octal | 105 | 213 | 124 | 62 | 0 | 50 | 55 | 205 | 42 | 51 |
| Binary | 1000101 | 10001011 | 1010100 | 110010 | 0 | 101000 | 101101 | 10000101 | 100010 | 101001 |
Color Harmonies of #458B54
Complementary color
Monochromatic Colors of #458B54
Black with #458B54
Text Example
Text Example
White with #458B54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #458B54; }
p { color: rgb(69,139,84); }
H1.HeaderClassName
{
color: #458B54;
}
.AnyTagClassName
{
color: #458B54;
}
</style>
background-color css
<style>
a { background-color: #458B54; }
a { background-color: rgb(69,139,84); }
div.DivClassName
{
background-color: #458B54;
}
.BgClassName
{
background-color: #458B54;
}
</style>
border-color css
<style>
span { border-color: #458B54; }
span { border-color: rgb(69,139,84); }
td.TdClassName
{
border-color: #458B54;
}
.TagClassName
{
border-color: #458B54;
}
</style>