Shades of Chateau Green #36B24C
Tints of Chateau Green #36B24C
RGB
CMYK
RGB Variations
Color information
#36B24C (or 0x36B24C) is known color: Chateau Green. HEX triplet: 36, B2 and 4C. RGB value is (54,178,76). Sum of RGB (Red+Green+Blue) = 54+178+76=308 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.53% from 308); Green value is 178 (69.92% from 255 or 57.79% from 308); Blue value is 76 (30.08% from 255 or 24.68% from 308); Max value from RGB is 178 - color contains mainly: green. Hex color #36B24C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #36B24C is #C94DB3. Grayscale: #818181. Windows color (decimal): -13192628 or 5026358. OLE color: 5026358.
HSL color Cylindrical-coordinate representation of color #36B24C: hue angle of 130.65º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #36B24C is Cyan = 0.70, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 54 | 178 | 76 | - |
| CMYK | 0.70 | 0 | 0.57 | 0.30 |
| HSL | 130.65º | 0.53% | 0.45% | - |
| HSV(B) | 130.65º | 0.7% | 0.7% | - |
| XYZ | 18.75 | 33.15 | 12.25 | - |
| YUV | 129.3 | 97.92 | 74.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 178 | 76 | 0.70 | 0 | 0.57 | 0.30 | 130.65 | 0.53 | 0.45 |
| Hex | 36 | B2 | 4C | 46 | 0 | 39 | 1E | 83 | 35 | 2D |
| Octal | 66 | 262 | 114 | 106 | 0 | 71 | 36 | 203 | 65 | 55 |
| Binary | 110110 | 10110010 | 1001100 | 1000110 | 0 | 111001 | 11110 | 10000011 | 110101 | 101101 |
Color Harmonies of #36B24C
Complementary color
Monochromatic Colors of #36B24C
Black with #36B24C
Text Example
Text Example
White with #36B24C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36B24C; }
p { color: rgb(54,178,76); }
H1.HeaderClassName
{
color: #36B24C;
}
.AnyTagClassName
{
color: #36B24C;
}
</style>
background-color css
<style>
a { background-color: #36B24C; }
a { background-color: rgb(54,178,76); }
div.DivClassName
{
background-color: #36B24C;
}
.BgClassName
{
background-color: #36B24C;
}
</style>
border-color css
<style>
span { border-color: #36B24C; }
span { border-color: rgb(54,178,76); }
td.TdClassName
{
border-color: #36B24C;
}
.TagClassName
{
border-color: #36B24C;
}
</style>