Shades of Chateau Green #36AB5E
Tints of Chateau Green #36AB5E
RGB
CMYK
RGB Variations
Color information
#36AB5E (or 0x36AB5E) is known color: Chateau Green. HEX triplet: 36, AB and 5E. RGB value is (54,171,94). Sum of RGB (Red+Green+Blue) = 54+171+94=319 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.93% from 319); Green value is 171 (67.19% from 255 or 53.61% from 319); Blue value is 94 (37.11% from 255 or 29.47% from 319); Max value from RGB is 171 - color contains mainly: green. Hex color #36AB5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #36AB5E is #C954A1. Grayscale: #7F7F7F. Windows color (decimal): -13194402 or 6204214. OLE color: 6204214.
HSL color Cylindrical-coordinate representation of color #36AB5E: hue angle of 140.51º 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 #36AB5E is Cyan = 0.68, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 54 | 171 | 94 | - |
| CMYK | 0.68 | 0 | 0.45 | 0.33 |
| HSL | 140.51º | 0.52% | 0.44% | - |
| HSV(B) | 140.51º | 0.68% | 0.67% | - |
| XYZ | 18.1 | 30.72 | 15.56 | - |
| YUV | 127.24 | 109.24 | 75.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 171 | 94 | 0.68 | 0 | 0.45 | 0.33 | 140.51 | 0.52 | 0.44 |
| Hex | 36 | AB | 5E | 44 | 0 | 2D | 21 | 8D | 34 | 2C |
| Octal | 66 | 253 | 136 | 104 | 0 | 55 | 41 | 215 | 64 | 54 |
| Binary | 110110 | 10101011 | 1011110 | 1000100 | 0 | 101101 | 100001 | 10001101 | 110100 | 101100 |
Color Harmonies of #36AB5E
Complementary color
Monochromatic Colors of #36AB5E
Black with #36AB5E
Text Example
Text Example
White with #36AB5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36AB5E; }
p { color: rgb(54,171,94); }
H1.HeaderClassName
{
color: #36AB5E;
}
.AnyTagClassName
{
color: #36AB5E;
}
</style>
background-color css
<style>
a { background-color: #36AB5E; }
a { background-color: rgb(54,171,94); }
div.DivClassName
{
background-color: #36AB5E;
}
.BgClassName
{
background-color: #36AB5E;
}
</style>
border-color css
<style>
span { border-color: #36AB5E; }
span { border-color: rgb(54,171,94); }
td.TdClassName
{
border-color: #36AB5E;
}
.TagClassName
{
border-color: #36AB5E;
}
</style>