Shades of Chateau Green #31B547
Tints of Chateau Green #31B547
RGB
CMYK
RGB Variations
Color information
#31B547 (or 0x31B547) is known color: Chateau Green. HEX triplet: 31, B5 and 47. RGB value is (49,181,71). Sum of RGB (Red+Green+Blue) = 49+181+71=301 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.28% from 301); Green value is 181 (71.09% from 255 or 60.13% from 301); Blue value is 71 (28.12% from 255 or 23.59% from 301); Max value from RGB is 181 - color contains mainly: green. Hex color #31B547 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31B547 is #CE4AB8. Grayscale: #818181. Windows color (decimal): -13519545 or 4699441. OLE color: 4699441.
HSL color Cylindrical-coordinate representation of color #31B547: hue angle of 130º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #31B547 is Cyan = 0.73, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 49 | 181 | 71 | - |
| CMYK | 0.73 | 0 | 0.61 | 0.29 |
| HSL | 130º | 0.57% | 0.45% | - |
| HSV(B) | 130º | 0.73% | 0.71% | - |
| XYZ | 18.93 | 34.16 | 11.56 | - |
| YUV | 128.99 | 95.27 | 70.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 181 | 71 | 0.73 | 0 | 0.61 | 0.29 | 130 | 0.57 | 0.45 |
| Hex | 31 | B5 | 47 | 49 | 0 | 3D | 1D | 82 | 39 | 2D |
| Octal | 61 | 265 | 107 | 111 | 0 | 75 | 35 | 202 | 71 | 55 |
| Binary | 110001 | 10110101 | 1000111 | 1001001 | 0 | 111101 | 11101 | 10000010 | 111001 | 101101 |
Color Harmonies of #31B547
Complementary color
Monochromatic Colors of #31B547
Black with #31B547
Text Example
Text Example
White with #31B547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31B547; }
p { color: rgb(49,181,71); }
H1.HeaderClassName
{
color: #31B547;
}
.AnyTagClassName
{
color: #31B547;
}
</style>
background-color css
<style>
a { background-color: #31B547; }
a { background-color: rgb(49,181,71); }
div.DivClassName
{
background-color: #31B547;
}
.BgClassName
{
background-color: #31B547;
}
</style>
border-color css
<style>
span { border-color: #31B547; }
span { border-color: rgb(49,181,71); }
td.TdClassName
{
border-color: #31B547;
}
.TagClassName
{
border-color: #31B547;
}
</style>