Shades of Chateau Green #458C53
Tints of Chateau Green #458C53
RGB
CMYK
RGB Variations
Color information
#458C53 (or 0x458C53) is known color: Chateau Green. HEX triplet: 45, 8C and 53. RGB value is (69,140,83). Sum of RGB (Red+Green+Blue) = 69+140+83=292 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.63% from 292); Green value is 140 (55.08% from 255 or 47.95% from 292); Blue value is 83 (32.81% from 255 or 28.42% from 292); Max value from RGB is 140 - color contains mainly: green. Hex color #458C53 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #458C53 is #BA73AC. Grayscale: #707070. Windows color (decimal): -12219309 or 5475397. OLE color: 5475397.
HSL color Cylindrical-coordinate representation of color #458C53: hue angle of 131.83º 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 #458C53 is Cyan = 0.51, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 69 | 140 | 83 | - |
| CMYK | 0.51 | 0 | 0.41 | 0.45 |
| HSL | 131.83º | 0.34% | 0.41% | - |
| HSV(B) | 131.83º | 0.51% | 0.55% | - |
| XYZ | 13.39 | 20.65 | 11.46 | - |
| YUV | 112.27 | 111.48 | 97.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 140 | 83 | 0.51 | 0 | 0.41 | 0.45 | 131.83 | 0.34 | 0.41 |
| Hex | 45 | 8C | 53 | 33 | 0 | 29 | 2D | 84 | 22 | 29 |
| Octal | 105 | 214 | 123 | 63 | 0 | 51 | 55 | 204 | 42 | 51 |
| Binary | 1000101 | 10001100 | 1010011 | 110011 | 0 | 101001 | 101101 | 10000100 | 100010 | 101001 |
Color Harmonies of #458C53
Complementary color
Monochromatic Colors of #458C53
Black with #458C53
Text Example
Text Example
White with #458C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #458C53; }
p { color: rgb(69,140,83); }
H1.HeaderClassName
{
color: #458C53;
}
.AnyTagClassName
{
color: #458C53;
}
</style>
background-color css
<style>
a { background-color: #458C53; }
a { background-color: rgb(69,140,83); }
div.DivClassName
{
background-color: #458C53;
}
.BgClassName
{
background-color: #458C53;
}
</style>
border-color css
<style>
span { border-color: #458C53; }
span { border-color: rgb(69,140,83); }
td.TdClassName
{
border-color: #458C53;
}
.TagClassName
{
border-color: #458C53;
}
</style>