Shades of Chateau Green #31BA52
Tints of Chateau Green #31BA52
RGB
CMYK
RGB Variations
Color information
#31BA52 (or 0x31BA52) is known color: Chateau Green. HEX triplet: 31, BA and 52. RGB value is (49,186,82). Sum of RGB (Red+Green+Blue) = 49+186+82=317 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.46% from 317); Green value is 186 (73.05% from 255 or 58.68% from 317); Blue value is 82 (32.42% from 255 or 25.87% from 317); Max value from RGB is 186 - color contains mainly: green. Hex color #31BA52 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31BA52 is #CE45AD. Grayscale: #858585. Windows color (decimal): -13518254 or 5421617. OLE color: 5421617.
HSL color Cylindrical-coordinate representation of color #31BA52: hue angle of 134.45º 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 #31BA52 is Cyan = 0.74, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 49 | 186 | 82 | - |
| CMYK | 0.74 | 0 | 0.56 | 0.27 |
| HSL | 134.45º | 0.58% | 0.46% | - |
| HSV(B) | 134.45º | 0.74% | 0.73% | - |
| XYZ | 20.35 | 36.38 | 13.93 | - |
| YUV | 133.18 | 99.11 | 67.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 186 | 82 | 0.74 | 0 | 0.56 | 0.27 | 134.45 | 0.58 | 0.46 |
| Hex | 31 | BA | 52 | 4A | 0 | 38 | 1B | 86 | 3A | 2E |
| Octal | 61 | 272 | 122 | 112 | 0 | 70 | 33 | 206 | 72 | 56 |
| Binary | 110001 | 10111010 | 1010010 | 1001010 | 0 | 111000 | 11011 | 10000110 | 111010 | 101110 |
Color Harmonies of #31BA52
Complementary color
Monochromatic Colors of #31BA52
Black with #31BA52
Text Example
Text Example
White with #31BA52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31BA52; }
p { color: rgb(49,186,82); }
H1.HeaderClassName
{
color: #31BA52;
}
.AnyTagClassName
{
color: #31BA52;
}
</style>
background-color css
<style>
a { background-color: #31BA52; }
a { background-color: rgb(49,186,82); }
div.DivClassName
{
background-color: #31BA52;
}
.BgClassName
{
background-color: #31BA52;
}
</style>
border-color css
<style>
span { border-color: #31BA52; }
span { border-color: rgb(49,186,82); }
td.TdClassName
{
border-color: #31BA52;
}
.TagClassName
{
border-color: #31BA52;
}
</style>