Shades of Chateau Green #36A148
Tints of Chateau Green #36A148
RGB
CMYK
RGB Variations
Color information
#36A148 (or 0x36A148) is known color: Chateau Green. HEX triplet: 36, A1 and 48. RGB value is (54,161,72). Sum of RGB (Red+Green+Blue) = 54+161+72=287 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.82% from 287); Green value is 161 (63.28% from 255 or 56.10% from 287); Blue value is 72 (28.52% from 255 or 25.09% from 287); Max value from RGB is 161 - color contains mainly: green. Hex color #36A148 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #36A148 is #C95EB7. Grayscale: #777777. Windows color (decimal): -13196984 or 4759862. OLE color: 4759862.
HSL color Cylindrical-coordinate representation of color #36A148: hue angle of 130.09º 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 #36A148 is Cyan = 0.66, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 54 | 161 | 72 | - |
| CMYK | 0.66 | 0 | 0.55 | 0.37 |
| HSL | 130.09º | 0.5% | 0.42% | - |
| HSV(B) | 130.09º | 0.66% | 0.63% | - |
| XYZ | 15.44 | 26.74 | 10.48 | - |
| YUV | 118.86 | 101.55 | 81.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 161 | 72 | 0.66 | 0 | 0.55 | 0.37 | 130.09 | 0.5 | 0.42 |
| Hex | 36 | A1 | 48 | 42 | 0 | 37 | 25 | 82 | 32 | 2A |
| Octal | 66 | 241 | 110 | 102 | 0 | 67 | 45 | 202 | 62 | 52 |
| Binary | 110110 | 10100001 | 1001000 | 1000010 | 0 | 110111 | 100101 | 10000010 | 110010 | 101010 |
Color Harmonies of #36A148
Complementary color
Monochromatic Colors of #36A148
Black with #36A148
Text Example
Text Example
White with #36A148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36A148; }
p { color: rgb(54,161,72); }
H1.HeaderClassName
{
color: #36A148;
}
.AnyTagClassName
{
color: #36A148;
}
</style>
background-color css
<style>
a { background-color: #36A148; }
a { background-color: rgb(54,161,72); }
div.DivClassName
{
background-color: #36A148;
}
.BgClassName
{
background-color: #36A148;
}
</style>
border-color css
<style>
span { border-color: #36A148; }
span { border-color: rgb(54,161,72); }
td.TdClassName
{
border-color: #36A148;
}
.TagClassName
{
border-color: #36A148;
}
</style>