Shades of Chateau Green #36C050
Tints of Chateau Green #36C050
RGB
CMYK
RGB Variations
Color information
#36C050 (or 0x36C050) is known color: Chateau Green. HEX triplet: 36, C0 and 50. RGB value is (54,192,80). Sum of RGB (Red+Green+Blue) = 54+192+80=326 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.56% from 326); Green value is 192 (75.39% from 255 or 58.90% from 326); Blue value is 80 (31.64% from 255 or 24.54% from 326); Max value from RGB is 192 - color contains mainly: green. Hex color #36C050 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #36C050 is #C93FAF. Grayscale: #8A8A8A. Windows color (decimal): -13189040 or 5292086. OLE color: 5292086.
HSL color Cylindrical-coordinate representation of color #36C050: hue angle of 131.3º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #36C050 is Cyan = 0.72, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 54 | 192 | 80 | - |
| CMYK | 0.72 | 0 | 0.58 | 0.25 |
| HSL | 131.3º | 0.56% | 0.48% | - |
| HSV(B) | 131.3º | 0.72% | 0.75% | - |
| XYZ | 21.82 | 39.06 | 13.98 | - |
| YUV | 137.97 | 95.28 | 68.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 192 | 80 | 0.72 | 0 | 0.58 | 0.25 | 131.3 | 0.56 | 0.48 |
| Hex | 36 | C0 | 50 | 48 | 0 | 3A | 19 | 83 | 38 | 30 |
| Octal | 66 | 300 | 120 | 110 | 0 | 72 | 31 | 203 | 70 | 60 |
| Binary | 110110 | 11000000 | 1010000 | 1001000 | 0 | 111010 | 11001 | 10000011 | 111000 | 110000 |
Color Harmonies of #36C050
Complementary color
Monochromatic Colors of #36C050
Black with #36C050
Text Example
Text Example
White with #36C050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36C050; }
p { color: rgb(54,192,80); }
H1.HeaderClassName
{
color: #36C050;
}
.AnyTagClassName
{
color: #36C050;
}
</style>
background-color css
<style>
a { background-color: #36C050; }
a { background-color: rgb(54,192,80); }
div.DivClassName
{
background-color: #36C050;
}
.BgClassName
{
background-color: #36C050;
}
</style>
border-color css
<style>
span { border-color: #36C050; }
span { border-color: rgb(54,192,80); }
td.TdClassName
{
border-color: #36C050;
}
.TagClassName
{
border-color: #36C050;
}
</style>