Shades of Chateau Green #36A04A
Tints of Chateau Green #36A04A
RGB
CMYK
RGB Variations
Color information
#36A04A (or 0x36A04A) is known color: Chateau Green. HEX triplet: 36, A0 and 4A. RGB value is (54,160,74). Sum of RGB (Red+Green+Blue) = 54+160+74=288 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.75% from 288); Green value is 160 (62.89% from 255 or 55.56% from 288); Blue value is 74 (29.30% from 255 or 25.69% from 288); Max value from RGB is 160 - color contains mainly: green. Hex color #36A04A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #36A04A is #C95FB5. Grayscale: #767676. Windows color (decimal): -13197238 or 4890678. OLE color: 4890678.
HSL color Cylindrical-coordinate representation of color #36A04A: hue angle of 131.32º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #36A04A is Cyan = 0.66, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 54 | 160 | 74 | - |
| CMYK | 0.66 | 0 | 0.54 | 0.37 |
| HSL | 131.32º | 0.5% | 0.42% | - |
| HSV(B) | 131.32º | 0.66% | 0.63% | - |
| XYZ | 15.33 | 26.42 | 10.77 | - |
| YUV | 118.5 | 102.88 | 81.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 160 | 74 | 0.66 | 0 | 0.54 | 0.37 | 131.32 | 0.5 | 0.42 |
| Hex | 36 | A0 | 4A | 42 | 0 | 36 | 25 | 83 | 32 | 2A |
| Octal | 66 | 240 | 112 | 102 | 0 | 66 | 45 | 203 | 62 | 52 |
| Binary | 110110 | 10100000 | 1001010 | 1000010 | 0 | 110110 | 100101 | 10000011 | 110010 | 101010 |
Color Harmonies of #36A04A
Complementary color
Monochromatic Colors of #36A04A
Black with #36A04A
Text Example
Text Example
White with #36A04A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36A04A; }
p { color: rgb(54,160,74); }
H1.HeaderClassName
{
color: #36A04A;
}
.AnyTagClassName
{
color: #36A04A;
}
</style>
background-color css
<style>
a { background-color: #36A04A; }
a { background-color: rgb(54,160,74); }
div.DivClassName
{
background-color: #36A04A;
}
.BgClassName
{
background-color: #36A04A;
}
</style>
border-color css
<style>
span { border-color: #36A04A; }
span { border-color: rgb(54,160,74); }
td.TdClassName
{
border-color: #36A04A;
}
.TagClassName
{
border-color: #36A04A;
}
</style>