Shades of Chateau Green #31A945
Tints of Chateau Green #31A945
RGB
CMYK
RGB Variations
Color information
#31A945 (or 0x31A945) is known color: Chateau Green. HEX triplet: 31, A9 and 45. RGB value is (49,169,69). Sum of RGB (Red+Green+Blue) = 49+169+69=287 (38% of max value = 765). Red value is 49 (19.53% from 255 or 17.07% from 287); Green value is 169 (66.41% from 255 or 58.89% from 287); Blue value is 69 (27.34% from 255 or 24.04% from 287); Max value from RGB is 169 - color contains mainly: green. Hex color #31A945 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31A945 is #CE56BA. Grayscale: #7A7A7A. Windows color (decimal): -13522619 or 4565297. OLE color: 4565297.
HSL color Cylindrical-coordinate representation of color #31A945: hue angle of 130º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #31A945 is Cyan = 0.71, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 49 | 169 | 69 | - |
| CMYK | 0.71 | 0 | 0.59 | 0.34 |
| HSL | 130º | 0.55% | 0.43% | - |
| HSV(B) | 130º | 0.71% | 0.66% | - |
| XYZ | 16.53 | 29.46 | 10.45 | - |
| YUV | 121.72 | 98.24 | 76.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 169 | 69 | 0.71 | 0 | 0.59 | 0.34 | 130 | 0.55 | 0.43 |
| Hex | 31 | A9 | 45 | 47 | 0 | 3B | 22 | 82 | 37 | 2B |
| Octal | 61 | 251 | 105 | 107 | 0 | 73 | 42 | 202 | 67 | 53 |
| Binary | 110001 | 10101001 | 1000101 | 1000111 | 0 | 111011 | 100010 | 10000010 | 110111 | 101011 |
Color Harmonies of #31A945
Complementary color
Monochromatic Colors of #31A945
Black with #31A945
Text Example
Text Example
White with #31A945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31A945; }
p { color: rgb(49,169,69); }
H1.HeaderClassName
{
color: #31A945;
}
.AnyTagClassName
{
color: #31A945;
}
</style>
background-color css
<style>
a { background-color: #31A945; }
a { background-color: rgb(49,169,69); }
div.DivClassName
{
background-color: #31A945;
}
.BgClassName
{
background-color: #31A945;
}
</style>
border-color css
<style>
span { border-color: #31A945; }
span { border-color: rgb(49,169,69); }
td.TdClassName
{
border-color: #31A945;
}
.TagClassName
{
border-color: #31A945;
}
</style>