Shades of Chateau Green #36C355
Tints of Chateau Green #36C355
RGB
CMYK
RGB Variations
Color information
#36C355 (or 0x36C355) is known color: Chateau Green. HEX triplet: 36, C3 and 55. RGB value is (54,195,85). Sum of RGB (Red+Green+Blue) = 54+195+85=334 (44% of max value = 765). Red value is 54 (21.48% from 255 or 16.17% from 334); Green value is 195 (76.56% from 255 or 58.38% from 334); Blue value is 85 (33.59% from 255 or 25.45% from 334); Max value from RGB is 195 - color contains mainly: green. Hex color #36C355 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #36C355 is #C93CAA. Grayscale: #8C8C8C. Windows color (decimal): -13188267 or 5620534. OLE color: 5620534.
HSL color Cylindrical-coordinate representation of color #36C355: hue angle of 133.19º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #36C355 is Cyan = 0.72, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 54 | 195 | 85 | - |
| CMYK | 0.72 | 0 | 0.56 | 0.24 |
| HSL | 133.19º | 0.57% | 0.49% | - |
| HSV(B) | 133.19º | 0.72% | 0.76% | - |
| XYZ | 22.68 | 40.47 | 15.21 | - |
| YUV | 140.3 | 96.79 | 66.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 195 | 85 | 0.72 | 0 | 0.56 | 0.24 | 133.19 | 0.57 | 0.49 |
| Hex | 36 | C3 | 55 | 48 | 0 | 38 | 18 | 85 | 39 | 31 |
| Octal | 66 | 303 | 125 | 110 | 0 | 70 | 30 | 205 | 71 | 61 |
| Binary | 110110 | 11000011 | 1010101 | 1001000 | 0 | 111000 | 11000 | 10000101 | 111001 | 110001 |
Color Harmonies of #36C355
Complementary color
Monochromatic Colors of #36C355
Black with #36C355
Text Example
Text Example
White with #36C355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36C355; }
p { color: rgb(54,195,85); }
H1.HeaderClassName
{
color: #36C355;
}
.AnyTagClassName
{
color: #36C355;
}
</style>
background-color css
<style>
a { background-color: #36C355; }
a { background-color: rgb(54,195,85); }
div.DivClassName
{
background-color: #36C355;
}
.BgClassName
{
background-color: #36C355;
}
</style>
border-color css
<style>
span { border-color: #36C355; }
span { border-color: rgb(54,195,85); }
td.TdClassName
{
border-color: #36C355;
}
.TagClassName
{
border-color: #36C355;
}
</style>