Shades of Chateau Green #31BB55
Tints of Chateau Green #31BB55
RGB
CMYK
RGB Variations
Color information
#31BB55 (or 0x31BB55) is known color: Chateau Green. HEX triplet: 31, BB and 55. RGB value is (49,187,85). Sum of RGB (Red+Green+Blue) = 49+187+85=321 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.26% from 321); Green value is 187 (73.44% from 255 or 58.26% from 321); Blue value is 85 (33.59% from 255 or 26.48% from 321); Max value from RGB is 187 - color contains mainly: green. Hex color #31BB55 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31BB55 is #CE44AA. Grayscale: #868686. Windows color (decimal): -13517995 or 5618481. OLE color: 5618481.
HSL color Cylindrical-coordinate representation of color #31BB55: hue angle of 135.65º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #31BB55 is Cyan = 0.74, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 49 | 187 | 85 | - |
| CMYK | 0.74 | 0 | 0.55 | 0.27 |
| HSL | 135.65º | 0.58% | 0.46% | - |
| HSV(B) | 135.65º | 0.74% | 0.73% | - |
| XYZ | 20.68 | 36.85 | 14.62 | - |
| YUV | 134.11 | 100.28 | 67.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 187 | 85 | 0.74 | 0 | 0.55 | 0.27 | 135.65 | 0.58 | 0.46 |
| Hex | 31 | BB | 55 | 4A | 0 | 37 | 1B | 88 | 3A | 2E |
| Octal | 61 | 273 | 125 | 112 | 0 | 67 | 33 | 210 | 72 | 56 |
| Binary | 110001 | 10111011 | 1010101 | 1001010 | 0 | 110111 | 11011 | 10001000 | 111010 | 101110 |
Color Harmonies of #31BB55
Complementary color
Monochromatic Colors of #31BB55
Black with #31BB55
Text Example
Text Example
White with #31BB55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31BB55; }
p { color: rgb(49,187,85); }
H1.HeaderClassName
{
color: #31BB55;
}
.AnyTagClassName
{
color: #31BB55;
}
</style>
background-color css
<style>
a { background-color: #31BB55; }
a { background-color: rgb(49,187,85); }
div.DivClassName
{
background-color: #31BB55;
}
.BgClassName
{
background-color: #31BB55;
}
</style>
border-color css
<style>
span { border-color: #31BB55; }
span { border-color: rgb(49,187,85); }
td.TdClassName
{
border-color: #31BB55;
}
.TagClassName
{
border-color: #31BB55;
}
</style>