Shades of Chateau Green #31BA53
Tints of Chateau Green #31BA53
RGB
CMYK
RGB Variations
Color information
#31BA53 (or 0x31BA53) is known color: Chateau Green. HEX triplet: 31, BA and 53. RGB value is (49,186,83). Sum of RGB (Red+Green+Blue) = 49+186+83=318 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.41% from 318); Green value is 186 (73.05% from 255 or 58.49% from 318); Blue value is 83 (32.81% from 255 or 26.10% from 318); Max value from RGB is 186 - color contains mainly: green. Hex color #31BA53 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31BA53 is #CE45AC. Grayscale: #858585. Windows color (decimal): -13518253 or 5487153. OLE color: 5487153.
HSL color Cylindrical-coordinate representation of color #31BA53: hue angle of 134.89º 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 #31BA53 is Cyan = 0.74, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 49 | 186 | 83 | - |
| CMYK | 0.74 | 0 | 0.55 | 0.27 |
| HSL | 134.89º | 0.58% | 0.46% | - |
| HSV(B) | 134.89º | 0.74% | 0.73% | - |
| XYZ | 20.39 | 36.4 | 14.13 | - |
| YUV | 133.3 | 99.61 | 67.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 186 | 83 | 0.74 | 0 | 0.55 | 0.27 | 134.89 | 0.58 | 0.46 |
| Hex | 31 | BA | 53 | 4A | 0 | 37 | 1B | 87 | 3A | 2E |
| Octal | 61 | 272 | 123 | 112 | 0 | 67 | 33 | 207 | 72 | 56 |
| Binary | 110001 | 10111010 | 1010011 | 1001010 | 0 | 110111 | 11011 | 10000111 | 111010 | 101110 |
Color Harmonies of #31BA53
Complementary color
Monochromatic Colors of #31BA53
Black with #31BA53
Text Example
Text Example
White with #31BA53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31BA53; }
p { color: rgb(49,186,83); }
H1.HeaderClassName
{
color: #31BA53;
}
.AnyTagClassName
{
color: #31BA53;
}
</style>
background-color css
<style>
a { background-color: #31BA53; }
a { background-color: rgb(49,186,83); }
div.DivClassName
{
background-color: #31BA53;
}
.BgClassName
{
background-color: #31BA53;
}
</style>
border-color css
<style>
span { border-color: #31BA53; }
span { border-color: rgb(49,186,83); }
td.TdClassName
{
border-color: #31BA53;
}
.TagClassName
{
border-color: #31BA53;
}
</style>