Shades of Chateau Green #31B256
Tints of Chateau Green #31B256
RGB
CMYK
RGB Variations
Color information
#31B256 (or 0x31B256) is known color: Chateau Green. HEX triplet: 31, B2 and 56. RGB value is (49,178,86). Sum of RGB (Red+Green+Blue) = 49+178+86=313 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.65% from 313); Green value is 178 (69.92% from 255 or 56.87% from 313); Blue value is 86 (33.98% from 255 or 27.48% from 313); Max value from RGB is 178 - color contains mainly: green. Hex color #31B256 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31B256 is #CE4DA9. Grayscale: #818181. Windows color (decimal): -13520298 or 5681713. OLE color: 5681713.
HSL color Cylindrical-coordinate representation of color #31B256: hue angle of 137.21º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #31B256 is Cyan = 0.72, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 49 | 178 | 86 | - |
| CMYK | 0.72 | 0 | 0.52 | 0.30 |
| HSL | 137.21º | 0.57% | 0.45% | - |
| HSV(B) | 137.21º | 0.72% | 0.7% | - |
| XYZ | 18.87 | 33.17 | 14.21 | - |
| YUV | 128.94 | 103.76 | 70.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 178 | 86 | 0.72 | 0 | 0.52 | 0.30 | 137.21 | 0.57 | 0.45 |
| Hex | 31 | B2 | 56 | 48 | 0 | 34 | 1E | 89 | 39 | 2D |
| Octal | 61 | 262 | 126 | 110 | 0 | 64 | 36 | 211 | 71 | 55 |
| Binary | 110001 | 10110010 | 1010110 | 1001000 | 0 | 110100 | 11110 | 10001001 | 111001 | 101101 |
Color Harmonies of #31B256
Complementary color
Monochromatic Colors of #31B256
Black with #31B256
Text Example
Text Example
White with #31B256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31B256; }
p { color: rgb(49,178,86); }
H1.HeaderClassName
{
color: #31B256;
}
.AnyTagClassName
{
color: #31B256;
}
</style>
background-color css
<style>
a { background-color: #31B256; }
a { background-color: rgb(49,178,86); }
div.DivClassName
{
background-color: #31B256;
}
.BgClassName
{
background-color: #31B256;
}
</style>
border-color css
<style>
span { border-color: #31B256; }
span { border-color: rgb(49,178,86); }
td.TdClassName
{
border-color: #31B256;
}
.TagClassName
{
border-color: #31B256;
}
</style>