Shades of Chateau Green #37AB50
Tints of Chateau Green #37AB50
RGB
CMYK
RGB Variations
Color information
#37AB50 (or 0x37AB50) is known color: Chateau Green. HEX triplet: 37, AB and 50. RGB value is (55,171,80). Sum of RGB (Red+Green+Blue) = 55+171+80=306 (40% of max value = 765). Red value is 55 (21.88% from 255 or 17.97% from 306); Green value is 171 (67.19% from 255 or 55.88% from 306); Blue value is 80 (31.64% from 255 or 26.14% from 306); Max value from RGB is 171 - color contains mainly: green. Hex color #37AB50 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #37AB50 is #C854AF. Grayscale: #7E7E7E. Windows color (decimal): -13128880 or 5286711. OLE color: 5286711.
HSL color Cylindrical-coordinate representation of color #37AB50: hue angle of 132.93º degrees, saturation: 0.51, 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 #37AB50 is Cyan = 0.68, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 55 | 171 | 80 | - |
| CMYK | 0.68 | 0 | 0.53 | 0.33 |
| HSL | 132.93º | 0.51% | 0.44% | - |
| HSV(B) | 132.93º | 0.68% | 0.67% | - |
| XYZ | 17.59 | 30.52 | 12.55 | - |
| YUV | 125.94 | 102.07 | 77.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 171 | 80 | 0.68 | 0 | 0.53 | 0.33 | 132.93 | 0.51 | 0.44 |
| Hex | 37 | AB | 50 | 44 | 0 | 35 | 21 | 85 | 33 | 2C |
| Octal | 67 | 253 | 120 | 104 | 0 | 65 | 41 | 205 | 63 | 54 |
| Binary | 110111 | 10101011 | 1010000 | 1000100 | 0 | 110101 | 100001 | 10000101 | 110011 | 101100 |
Color Harmonies of #37AB50
Complementary color
Monochromatic Colors of #37AB50
Black with #37AB50
Text Example
Text Example
White with #37AB50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37AB50; }
p { color: rgb(55,171,80); }
H1.HeaderClassName
{
color: #37AB50;
}
.AnyTagClassName
{
color: #37AB50;
}
</style>
background-color css
<style>
a { background-color: #37AB50; }
a { background-color: rgb(55,171,80); }
div.DivClassName
{
background-color: #37AB50;
}
.BgClassName
{
background-color: #37AB50;
}
</style>
border-color css
<style>
span { border-color: #37AB50; }
span { border-color: rgb(55,171,80); }
td.TdClassName
{
border-color: #37AB50;
}
.TagClassName
{
border-color: #37AB50;
}
</style>