Shades of Chateau Green #36AD52
Tints of Chateau Green #36AD52
RGB
CMYK
RGB Variations
Color information
#36AD52 (or 0x36AD52) is known color: Chateau Green. HEX triplet: 36, AD and 52. RGB value is (54,173,82). Sum of RGB (Red+Green+Blue) = 54+173+82=309 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.48% from 309); Green value is 173 (67.97% from 255 or 55.99% from 309); Blue value is 82 (32.42% from 255 or 26.54% from 309); Max value from RGB is 173 - color contains mainly: green. Hex color #36AD52 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #36AD52 is #C952AD. Grayscale: #7F7F7F. Windows color (decimal): -13193902 or 5418294. OLE color: 5418294.
HSL color Cylindrical-coordinate representation of color #36AD52: hue angle of 134.12º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #36AD52 is Cyan = 0.69, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 54 | 173 | 82 | - |
| CMYK | 0.69 | 0 | 0.53 | 0.32 |
| HSL | 134.12º | 0.52% | 0.45% | - |
| HSV(B) | 134.12º | 0.69% | 0.68% | - |
| XYZ | 17.99 | 31.28 | 13.07 | - |
| YUV | 127.05 | 102.58 | 75.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 173 | 82 | 0.69 | 0 | 0.53 | 0.32 | 134.12 | 0.52 | 0.45 |
| Hex | 36 | AD | 52 | 45 | 0 | 35 | 20 | 86 | 34 | 2D |
| Octal | 66 | 255 | 122 | 105 | 0 | 65 | 40 | 206 | 64 | 55 |
| Binary | 110110 | 10101101 | 1010010 | 1000101 | 0 | 110101 | 100000 | 10000110 | 110100 | 101101 |
Color Harmonies of #36AD52
Complementary color
Monochromatic Colors of #36AD52
Black with #36AD52
Text Example
Text Example
White with #36AD52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36AD52; }
p { color: rgb(54,173,82); }
H1.HeaderClassName
{
color: #36AD52;
}
.AnyTagClassName
{
color: #36AD52;
}
</style>
background-color css
<style>
a { background-color: #36AD52; }
a { background-color: rgb(54,173,82); }
div.DivClassName
{
background-color: #36AD52;
}
.BgClassName
{
background-color: #36AD52;
}
</style>
border-color css
<style>
span { border-color: #36AD52; }
span { border-color: rgb(54,173,82); }
td.TdClassName
{
border-color: #36AD52;
}
.TagClassName
{
border-color: #36AD52;
}
</style>