Shades of Chateau Green #37C152
Tints of Chateau Green #37C152
RGB
CMYK
RGB Variations
Color information
#37C152 (or 0x37C152) is known color: Chateau Green. HEX triplet: 37, C1 and 52. RGB value is (55,193,82). Sum of RGB (Red+Green+Blue) = 55+193+82=330 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.67% from 330); Green value is 193 (75.78% from 255 or 58.48% from 330); Blue value is 82 (32.42% from 255 or 24.85% from 330); Max value from RGB is 193 - color contains mainly: green. Hex color #37C152 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #37C152 is #C83EAD. Grayscale: #8B8B8B. Windows color (decimal): -13123246 or 5423415. OLE color: 5423415.
HSL color Cylindrical-coordinate representation of color #37C152: hue angle of 131.74º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #37C152 is Cyan = 0.72, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 55 | 193 | 82 | - |
| CMYK | 0.72 | 0 | 0.58 | 0.24 |
| HSL | 131.74º | 0.56% | 0.49% | - |
| HSV(B) | 131.74º | 0.72% | 0.76% | - |
| XYZ | 22.17 | 39.56 | 14.45 | - |
| YUV | 139.08 | 95.78 | 68.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 193 | 82 | 0.72 | 0 | 0.58 | 0.24 | 131.74 | 0.56 | 0.49 |
| Hex | 37 | C1 | 52 | 48 | 0 | 3A | 18 | 84 | 38 | 31 |
| Octal | 67 | 301 | 122 | 110 | 0 | 72 | 30 | 204 | 70 | 61 |
| Binary | 110111 | 11000001 | 1010010 | 1001000 | 0 | 111010 | 11000 | 10000100 | 111000 | 110001 |
Color Harmonies of #37C152
Complementary color
Monochromatic Colors of #37C152
Black with #37C152
Text Example
Text Example
White with #37C152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37C152; }
p { color: rgb(55,193,82); }
H1.HeaderClassName
{
color: #37C152;
}
.AnyTagClassName
{
color: #37C152;
}
</style>
background-color css
<style>
a { background-color: #37C152; }
a { background-color: rgb(55,193,82); }
div.DivClassName
{
background-color: #37C152;
}
.BgClassName
{
background-color: #37C152;
}
</style>
border-color css
<style>
span { border-color: #37C152; }
span { border-color: rgb(55,193,82); }
td.TdClassName
{
border-color: #37C152;
}
.TagClassName
{
border-color: #37C152;
}
</style>