Shades of Chateau Green #36A14A
Tints of Chateau Green #36A14A
RGB
CMYK
RGB Variations
Color information
#36A14A (or 0x36A14A) is known color: Chateau Green. HEX triplet: 36, A1 and 4A. RGB value is (54,161,74). Sum of RGB (Red+Green+Blue) = 54+161+74=289 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.69% from 289); Green value is 161 (63.28% from 255 or 55.71% from 289); Blue value is 74 (29.30% from 255 or 25.61% from 289); Max value from RGB is 161 - color contains mainly: green. Hex color #36A14A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #36A14A is #C95EB5. Grayscale: #777777. Windows color (decimal): -13196982 or 4890934. OLE color: 4890934.
HSL color Cylindrical-coordinate representation of color #36A14A: hue angle of 131.21º 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 #36A14A is Cyan = 0.66, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 54 | 161 | 74 | - |
| CMYK | 0.66 | 0 | 0.54 | 0.37 |
| HSL | 131.22º | 0.5% | 0.42% | - |
| HSV(B) | 131.22º | 0.66% | 0.63% | - |
| XYZ | 15.5 | 26.77 | 10.83 | - |
| YUV | 119.09 | 102.55 | 81.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 161 | 74 | 0.66 | 0 | 0.54 | 0.37 | 131.22 | 0.5 | 0.42 |
| Hex | 36 | A1 | 4A | 42 | 0 | 36 | 25 | 83 | 32 | 2A |
| Octal | 66 | 241 | 112 | 102 | 0 | 66 | 45 | 203 | 62 | 52 |
| Binary | 110110 | 10100001 | 1001010 | 1000010 | 0 | 110110 | 100101 | 10000011 | 110010 | 101010 |
Color Harmonies of #36A14A
Complementary color
Monochromatic Colors of #36A14A
Black with #36A14A
Text Example
Text Example
White with #36A14A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36A14A; }
p { color: rgb(54,161,74); }
H1.HeaderClassName
{
color: #36A14A;
}
.AnyTagClassName
{
color: #36A14A;
}
</style>
background-color css
<style>
a { background-color: #36A14A; }
a { background-color: rgb(54,161,74); }
div.DivClassName
{
background-color: #36A14A;
}
.BgClassName
{
background-color: #36A14A;
}
</style>
border-color css
<style>
span { border-color: #36A14A; }
span { border-color: rgb(54,161,74); }
td.TdClassName
{
border-color: #36A14A;
}
.TagClassName
{
border-color: #36A14A;
}
</style>