Shades of Chateau Green #31A44D
Tints of Chateau Green #31A44D
RGB
CMYK
RGB Variations
Color information
#31A44D (or 0x31A44D) is known color: Chateau Green. HEX triplet: 31, A4 and 4D. RGB value is (49,164,77). Sum of RGB (Red+Green+Blue) = 49+164+77=290 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.90% from 290); Green value is 164 (64.45% from 255 or 56.55% from 290); Blue value is 77 (30.47% from 255 or 26.55% from 290); Max value from RGB is 164 - color contains mainly: green. Hex color #31A44D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31A44D is #CE5BB2. Grayscale: #777777. Windows color (decimal): -13523891 or 5088305. OLE color: 5088305.
HSL color Cylindrical-coordinate representation of color #31A44D: hue angle of 134.61º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #31A44D is Cyan = 0.70, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 49 | 164 | 77 | - |
| CMYK | 0.70 | 0 | 0.53 | 0.36 |
| HSL | 134.61º | 0.54% | 0.42% | - |
| HSV(B) | 134.61º | 0.7% | 0.64% | - |
| XYZ | 15.88 | 27.74 | 11.54 | - |
| YUV | 119.7 | 103.9 | 77.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 164 | 77 | 0.70 | 0 | 0.53 | 0.36 | 134.61 | 0.54 | 0.42 |
| Hex | 31 | A4 | 4D | 46 | 0 | 35 | 24 | 87 | 36 | 2A |
| Octal | 61 | 244 | 115 | 106 | 0 | 65 | 44 | 207 | 66 | 52 |
| Binary | 110001 | 10100100 | 1001101 | 1000110 | 0 | 110101 | 100100 | 10000111 | 110110 | 101010 |
Color Harmonies of #31A44D
Complementary color
Monochromatic Colors of #31A44D
Black with #31A44D
Text Example
Text Example
White with #31A44D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31A44D; }
p { color: rgb(49,164,77); }
H1.HeaderClassName
{
color: #31A44D;
}
.AnyTagClassName
{
color: #31A44D;
}
</style>
background-color css
<style>
a { background-color: #31A44D; }
a { background-color: rgb(49,164,77); }
div.DivClassName
{
background-color: #31A44D;
}
.BgClassName
{
background-color: #31A44D;
}
</style>
border-color css
<style>
span { border-color: #31A44D; }
span { border-color: rgb(49,164,77); }
td.TdClassName
{
border-color: #31A44D;
}
.TagClassName
{
border-color: #31A44D;
}
</style>