Shades of Chateau Green #36AB50
Tints of Chateau Green #36AB50
RGB
CMYK
RGB Variations
Color information
#36AB50 (or 0x36AB50) is known color: Chateau Green. HEX triplet: 36, AB and 50. RGB value is (54,171,80). Sum of RGB (Red+Green+Blue) = 54+171+80=305 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.70% from 305); Green value is 171 (67.19% from 255 or 56.07% from 305); Blue value is 80 (31.64% from 255 or 26.23% from 305); Max value from RGB is 171 - color contains mainly: green. Hex color #36AB50 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #36AB50 is #C954AF. Grayscale: #7D7D7D. Windows color (decimal): -13194416 or 5286710. OLE color: 5286710.
HSL color Cylindrical-coordinate representation of color #36AB50: hue angle of 133.33º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #36AB50 is Cyan = 0.68, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 54 | 171 | 80 | - |
| CMYK | 0.68 | 0 | 0.53 | 0.33 |
| HSL | 133.33º | 0.52% | 0.44% | - |
| HSV(B) | 133.33º | 0.68% | 0.67% | - |
| XYZ | 17.53 | 30.49 | 12.55 | - |
| YUV | 125.64 | 102.24 | 76.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 171 | 80 | 0.68 | 0 | 0.53 | 0.33 | 133.33 | 0.52 | 0.44 |
| Hex | 36 | AB | 50 | 44 | 0 | 35 | 21 | 85 | 34 | 2C |
| Octal | 66 | 253 | 120 | 104 | 0 | 65 | 41 | 205 | 64 | 54 |
| Binary | 110110 | 10101011 | 1010000 | 1000100 | 0 | 110101 | 100001 | 10000101 | 110100 | 101100 |
Color Harmonies of #36AB50
Complementary color
Monochromatic Colors of #36AB50
Black with #36AB50
Text Example
Text Example
White with #36AB50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36AB50; }
p { color: rgb(54,171,80); }
H1.HeaderClassName
{
color: #36AB50;
}
.AnyTagClassName
{
color: #36AB50;
}
</style>
background-color css
<style>
a { background-color: #36AB50; }
a { background-color: rgb(54,171,80); }
div.DivClassName
{
background-color: #36AB50;
}
.BgClassName
{
background-color: #36AB50;
}
</style>
border-color css
<style>
span { border-color: #36AB50; }
span { border-color: rgb(54,171,80); }
td.TdClassName
{
border-color: #36AB50;
}
.TagClassName
{
border-color: #36AB50;
}
</style>