Shades of Chateau Green #37C055
Tints of Chateau Green #37C055
RGB
CMYK
RGB Variations
Color information
#37C055 (or 0x37C055) is known color: Chateau Green. HEX triplet: 37, C0 and 55. RGB value is (55,192,85). Sum of RGB (Red+Green+Blue) = 55+192+85=332 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.57% from 332); Green value is 192 (75.39% from 255 or 57.83% from 332); Blue value is 85 (33.59% from 255 or 25.60% from 332); Max value from RGB is 192 - color contains mainly: green. Hex color #37C055 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #37C055 is #C83FAA. Grayscale: #8B8B8B. Windows color (decimal): -13123499 or 5619767. OLE color: 5619767.
HSL color Cylindrical-coordinate representation of color #37C055: hue angle of 133.14º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #37C055 is Cyan = 0.71, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 55 | 192 | 85 | - |
| CMYK | 0.71 | 0 | 0.56 | 0.25 |
| HSL | 133.14º | 0.55% | 0.48% | - |
| HSV(B) | 133.14º | 0.71% | 0.75% | - |
| XYZ | 22.06 | 39.17 | 14.99 | - |
| YUV | 138.84 | 97.61 | 68.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 192 | 85 | 0.71 | 0 | 0.56 | 0.25 | 133.14 | 0.55 | 0.48 |
| Hex | 37 | C0 | 55 | 47 | 0 | 38 | 19 | 85 | 37 | 30 |
| Octal | 67 | 300 | 125 | 107 | 0 | 70 | 31 | 205 | 67 | 60 |
| Binary | 110111 | 11000000 | 1010101 | 1000111 | 0 | 111000 | 11001 | 10000101 | 110111 | 110000 |
Color Harmonies of #37C055
Complementary color
Monochromatic Colors of #37C055
Black with #37C055
Text Example
Text Example
White with #37C055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37C055; }
p { color: rgb(55,192,85); }
H1.HeaderClassName
{
color: #37C055;
}
.AnyTagClassName
{
color: #37C055;
}
</style>
background-color css
<style>
a { background-color: #37C055; }
a { background-color: rgb(55,192,85); }
div.DivClassName
{
background-color: #37C055;
}
.BgClassName
{
background-color: #37C055;
}
</style>
border-color css
<style>
span { border-color: #37C055; }
span { border-color: rgb(55,192,85); }
td.TdClassName
{
border-color: #37C055;
}
.TagClassName
{
border-color: #37C055;
}
</style>