Shades of Chateau Green #369952
Tints of Chateau Green #369952
RGB
CMYK
RGB Variations
Color information
#369952 (or 0x369952) is known color: Chateau Green. HEX triplet: 36, 99 and 52. RGB value is (54,153,82). Sum of RGB (Red+Green+Blue) = 54+153+82=289 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.69% from 289); Green value is 153 (60.16% from 255 or 52.94% from 289); Blue value is 82 (32.42% from 255 or 28.37% from 289); Max value from RGB is 153 - color contains mainly: green. Hex color #369952 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #369952 is #C966AD. Grayscale: #737373. Windows color (decimal): -13199022 or 5413174. OLE color: 5413174.
HSL color Cylindrical-coordinate representation of color #369952: hue angle of 136.97º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #369952 is Cyan = 0.65, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 54 | 153 | 82 | - |
| CMYK | 0.65 | 0 | 0.46 | 0.4 |
| HSL | 136.97º | 0.48% | 0.41% | - |
| HSV(B) | 136.97º | 0.65% | 0.6% | - |
| XYZ | 14.44 | 24.18 | 11.89 | - |
| YUV | 115.31 | 109.2 | 84.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 153 | 82 | 0.65 | 0 | 0.46 | 0.4 | 136.97 | 0.48 | 0.41 |
| Hex | 36 | 99 | 52 | 41 | 0 | 2E | 28 | 89 | 30 | 29 |
| Octal | 66 | 231 | 122 | 101 | 0 | 56 | 50 | 211 | 60 | 51 |
| Binary | 110110 | 10011001 | 1010010 | 1000001 | 0 | 101110 | 101000 | 10001001 | 110000 | 101001 |
Color Harmonies of #369952
Complementary color
Monochromatic Colors of #369952
Black with #369952
Text Example
Text Example
White with #369952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #369952; }
p { color: rgb(54,153,82); }
H1.HeaderClassName
{
color: #369952;
}
.AnyTagClassName
{
color: #369952;
}
</style>
background-color css
<style>
a { background-color: #369952; }
a { background-color: rgb(54,153,82); }
div.DivClassName
{
background-color: #369952;
}
.BgClassName
{
background-color: #369952;
}
</style>
border-color css
<style>
span { border-color: #369952; }
span { border-color: rgb(54,153,82); }
td.TdClassName
{
border-color: #369952;
}
.TagClassName
{
border-color: #369952;
}
</style>