Shades of Chateau Green #31A044
Tints of Chateau Green #31A044
RGB
CMYK
RGB Variations
Color information
#31A044 (or 0x31A044) is known color: Chateau Green. HEX triplet: 31, A0 and 44. RGB value is (49,160,68). Sum of RGB (Red+Green+Blue) = 49+160+68=277 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.69% from 277); Green value is 160 (62.89% from 255 or 57.76% from 277); Blue value is 68 (26.95% from 255 or 24.55% from 277); Max value from RGB is 160 - color contains mainly: green. Hex color #31A044 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31A044 is #CE5FBB. Grayscale: #747474. Windows color (decimal): -13524924 or 4497457. OLE color: 4497457.
HSL color Cylindrical-coordinate representation of color #31A044: hue angle of 130.27º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #31A044 is Cyan = 0.69, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 49 | 160 | 68 | - |
| CMYK | 0.69 | 0 | 0.57 | 0.37 |
| HSL | 130.27º | 0.53% | 0.41% | - |
| HSV(B) | 130.27º | 0.69% | 0.63% | - |
| XYZ | 14.88 | 26.21 | 9.74 | - |
| YUV | 116.32 | 100.73 | 79.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 160 | 68 | 0.69 | 0 | 0.57 | 0.37 | 130.27 | 0.53 | 0.41 |
| Hex | 31 | A0 | 44 | 45 | 0 | 39 | 25 | 82 | 35 | 29 |
| Octal | 61 | 240 | 104 | 105 | 0 | 71 | 45 | 202 | 65 | 51 |
| Binary | 110001 | 10100000 | 1000100 | 1000101 | 0 | 111001 | 100101 | 10000010 | 110101 | 101001 |
Color Harmonies of #31A044
Complementary color
Monochromatic Colors of #31A044
Black with #31A044
Text Example
Text Example
White with #31A044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31A044; }
p { color: rgb(49,160,68); }
H1.HeaderClassName
{
color: #31A044;
}
.AnyTagClassName
{
color: #31A044;
}
</style>
background-color css
<style>
a { background-color: #31A044; }
a { background-color: rgb(49,160,68); }
div.DivClassName
{
background-color: #31A044;
}
.BgClassName
{
background-color: #31A044;
}
</style>
border-color css
<style>
span { border-color: #31A044; }
span { border-color: rgb(49,160,68); }
td.TdClassName
{
border-color: #31A044;
}
.TagClassName
{
border-color: #31A044;
}
</style>