Shades of Chateau Green #31B449
Tints of Chateau Green #31B449
RGB
CMYK
RGB Variations
Color information
#31B449 (or 0x31B449) is known color: Chateau Green. HEX triplet: 31, B4 and 49. RGB value is (49,180,73). Sum of RGB (Red+Green+Blue) = 49+180+73=302 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.23% from 302); Green value is 180 (70.70% from 255 or 59.60% from 302); Blue value is 73 (28.91% from 255 or 24.17% from 302); Max value from RGB is 180 - color contains mainly: green. Hex color #31B449 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31B449 is #CE4BB6. Grayscale: #808080. Windows color (decimal): -13519799 or 4830257. OLE color: 4830257.
HSL color Cylindrical-coordinate representation of color #31B449: hue angle of 130.99º 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 #31B449 is Cyan = 0.73, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 49 | 180 | 73 | - |
| CMYK | 0.73 | 0 | 0.59 | 0.29 |
| HSL | 130.99º | 0.57% | 0.45% | - |
| HSV(B) | 130.99º | 0.73% | 0.71% | - |
| XYZ | 18.79 | 33.78 | 11.83 | - |
| YUV | 128.63 | 96.6 | 71.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 180 | 73 | 0.73 | 0 | 0.59 | 0.29 | 130.99 | 0.57 | 0.45 |
| Hex | 31 | B4 | 49 | 49 | 0 | 3B | 1D | 83 | 39 | 2D |
| Octal | 61 | 264 | 111 | 111 | 0 | 73 | 35 | 203 | 71 | 55 |
| Binary | 110001 | 10110100 | 1001001 | 1001001 | 0 | 111011 | 11101 | 10000011 | 111001 | 101101 |
Color Harmonies of #31B449
Complementary color
Monochromatic Colors of #31B449
Black with #31B449
Text Example
Text Example
White with #31B449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31B449; }
p { color: rgb(49,180,73); }
H1.HeaderClassName
{
color: #31B449;
}
.AnyTagClassName
{
color: #31B449;
}
</style>
background-color css
<style>
a { background-color: #31B449; }
a { background-color: rgb(49,180,73); }
div.DivClassName
{
background-color: #31B449;
}
.BgClassName
{
background-color: #31B449;
}
</style>
border-color css
<style>
span { border-color: #31B449; }
span { border-color: rgb(49,180,73); }
td.TdClassName
{
border-color: #31B449;
}
.TagClassName
{
border-color: #31B449;
}
</style>