Shades of Chateau Green #458C52
Tints of Chateau Green #458C52
RGB
CMYK
RGB Variations
Color information
#458C52 (or 0x458C52) is known color: Chateau Green. HEX triplet: 45, 8C and 52. RGB value is (69,140,82). Sum of RGB (Red+Green+Blue) = 69+140+82=291 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.71% from 291); Green value is 140 (55.08% from 255 or 48.11% from 291); Blue value is 82 (32.42% from 255 or 28.18% from 291); Max value from RGB is 140 - color contains mainly: green. Hex color #458C52 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #458C52 is #BA73AD. Grayscale: #707070. Windows color (decimal): -12219310 or 5409861. OLE color: 5409861.
HSL color Cylindrical-coordinate representation of color #458C52: hue angle of 130.99º 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 #458C52 is Cyan = 0.51, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 69 | 140 | 82 | - |
| CMYK | 0.51 | 0 | 0.41 | 0.45 |
| HSL | 130.99º | 0.34% | 0.41% | - |
| HSV(B) | 130.99º | 0.51% | 0.55% | - |
| XYZ | 13.36 | 20.63 | 11.26 | - |
| YUV | 112.16 | 110.98 | 97.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 140 | 82 | 0.51 | 0 | 0.41 | 0.45 | 130.99 | 0.34 | 0.41 |
| Hex | 45 | 8C | 52 | 33 | 0 | 29 | 2D | 83 | 22 | 29 |
| Octal | 105 | 214 | 122 | 63 | 0 | 51 | 55 | 203 | 42 | 51 |
| Binary | 1000101 | 10001100 | 1010010 | 110011 | 0 | 101001 | 101101 | 10000011 | 100010 | 101001 |
Color Harmonies of #458C52
Complementary color
Monochromatic Colors of #458C52
Black with #458C52
Text Example
Text Example
White with #458C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #458C52; }
p { color: rgb(69,140,82); }
H1.HeaderClassName
{
color: #458C52;
}
.AnyTagClassName
{
color: #458C52;
}
</style>
background-color css
<style>
a { background-color: #458C52; }
a { background-color: rgb(69,140,82); }
div.DivClassName
{
background-color: #458C52;
}
.BgClassName
{
background-color: #458C52;
}
</style>
border-color css
<style>
span { border-color: #458C52; }
span { border-color: rgb(69,140,82); }
td.TdClassName
{
border-color: #458C52;
}
.TagClassName
{
border-color: #458C52;
}
</style>