Shades of Chateau Green #31A441
Tints of Chateau Green #31A441
RGB
CMYK
RGB Variations
Color information
#31A441 (or 0x31A441) is known color: Chateau Green. HEX triplet: 31, A4 and 41. RGB value is (49,164,65). Sum of RGB (Red+Green+Blue) = 49+164+65=278 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.63% from 278); Green value is 164 (64.45% from 255 or 58.99% from 278); Blue value is 65 (25.78% from 255 or 23.38% from 278); Max value from RGB is 164 - color contains mainly: green. Hex color #31A441 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31A441 is #CE5BBE. Grayscale: #767676. Windows color (decimal): -13523903 or 4301873. OLE color: 4301873.
HSL color Cylindrical-coordinate representation of color #31A441: hue angle of 128.35º 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 #31A441 is Cyan = 0.70, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 49 | 164 | 65 | - |
| CMYK | 0.70 | 0 | 0.60 | 0.36 |
| HSL | 128.35º | 0.54% | 0.42% | - |
| HSV(B) | 128.35º | 0.7% | 0.64% | - |
| XYZ | 15.5 | 27.59 | 9.51 | - |
| YUV | 118.33 | 97.9 | 78.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 164 | 65 | 0.70 | 0 | 0.60 | 0.36 | 128.35 | 0.54 | 0.42 |
| Hex | 31 | A4 | 41 | 46 | 0 | 3C | 24 | 80 | 36 | 2A |
| Octal | 61 | 244 | 101 | 106 | 0 | 74 | 44 | 200 | 66 | 52 |
| Binary | 110001 | 10100100 | 1000001 | 1000110 | 0 | 111100 | 100100 | 10000000 | 110110 | 101010 |
Color Harmonies of #31A441
Complementary color
Monochromatic Colors of #31A441
Black with #31A441
Text Example
Text Example
White with #31A441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31A441; }
p { color: rgb(49,164,65); }
H1.HeaderClassName
{
color: #31A441;
}
.AnyTagClassName
{
color: #31A441;
}
</style>
background-color css
<style>
a { background-color: #31A441; }
a { background-color: rgb(49,164,65); }
div.DivClassName
{
background-color: #31A441;
}
.BgClassName
{
background-color: #31A441;
}
</style>
border-color css
<style>
span { border-color: #31A441; }
span { border-color: rgb(49,164,65); }
td.TdClassName
{
border-color: #31A441;
}
.TagClassName
{
border-color: #31A441;
}
</style>