Shades of Chateau Green #36B250
Tints of Chateau Green #36B250
RGB
CMYK
RGB Variations
Color information
#36B250 (or 0x36B250) is known color: Chateau Green. HEX triplet: 36, B2 and 50. RGB value is (54,178,80). Sum of RGB (Red+Green+Blue) = 54+178+80=312 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.31% from 312); Green value is 178 (69.92% from 255 or 57.05% from 312); Blue value is 80 (31.64% from 255 or 25.64% from 312); Max value from RGB is 178 - color contains mainly: green. Hex color #36B250 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #36B250 is #C94DAF. Grayscale: #828282. Windows color (decimal): -13192624 or 5288502. OLE color: 5288502.
HSL color Cylindrical-coordinate representation of color #36B250: hue angle of 132.58º 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 #36B250 is Cyan = 0.70, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 54 | 178 | 80 | - |
| CMYK | 0.70 | 0 | 0.55 | 0.30 |
| HSL | 132.58º | 0.53% | 0.45% | - |
| HSV(B) | 132.58º | 0.7% | 0.7% | - |
| XYZ | 18.89 | 33.2 | 13 | - |
| YUV | 129.75 | 99.92 | 73.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 178 | 80 | 0.70 | 0 | 0.55 | 0.30 | 132.58 | 0.53 | 0.45 |
| Hex | 36 | B2 | 50 | 46 | 0 | 37 | 1E | 85 | 35 | 2D |
| Octal | 66 | 262 | 120 | 106 | 0 | 67 | 36 | 205 | 65 | 55 |
| Binary | 110110 | 10110010 | 1010000 | 1000110 | 0 | 110111 | 11110 | 10000101 | 110101 | 101101 |
Color Harmonies of #36B250
Complementary color
Monochromatic Colors of #36B250
Black with #36B250
Text Example
Text Example
White with #36B250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36B250; }
p { color: rgb(54,178,80); }
H1.HeaderClassName
{
color: #36B250;
}
.AnyTagClassName
{
color: #36B250;
}
</style>
background-color css
<style>
a { background-color: #36B250; }
a { background-color: rgb(54,178,80); }
div.DivClassName
{
background-color: #36B250;
}
.BgClassName
{
background-color: #36B250;
}
</style>
border-color css
<style>
span { border-color: #36B250; }
span { border-color: rgb(54,178,80); }
td.TdClassName
{
border-color: #36B250;
}
.TagClassName
{
border-color: #36B250;
}
</style>