Shades of Chateau Green #31A04A
Tints of Chateau Green #31A04A
RGB
CMYK
RGB Variations
Color information
#31A04A (or 0x31A04A) is known color: Chateau Green. HEX triplet: 31, A0 and 4A. RGB value is (49,160,74). Sum of RGB (Red+Green+Blue) = 49+160+74=283 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.31% from 283); Green value is 160 (62.89% from 255 or 56.54% from 283); Blue value is 74 (29.30% from 255 or 26.15% from 283); Max value from RGB is 160 - color contains mainly: green. Hex color #31A04A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31A04A is #CE5FB5. Grayscale: #757575. Windows color (decimal): -13524918 or 4890673. OLE color: 4890673.
HSL color Cylindrical-coordinate representation of color #31A04A: hue angle of 133.51º 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 #31A04A is Cyan = 0.69, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 49 | 160 | 74 | - |
| CMYK | 0.69 | 0 | 0.54 | 0.37 |
| HSL | 133.51º | 0.53% | 0.41% | - |
| HSV(B) | 133.51º | 0.69% | 0.63% | - |
| XYZ | 15.07 | 26.29 | 10.76 | - |
| YUV | 117.01 | 103.73 | 79.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 160 | 74 | 0.69 | 0 | 0.54 | 0.37 | 133.51 | 0.53 | 0.41 |
| Hex | 31 | A0 | 4A | 45 | 0 | 36 | 25 | 86 | 35 | 29 |
| Octal | 61 | 240 | 112 | 105 | 0 | 66 | 45 | 206 | 65 | 51 |
| Binary | 110001 | 10100000 | 1001010 | 1000101 | 0 | 110110 | 100101 | 10000110 | 110101 | 101001 |
Color Harmonies of #31A04A
Complementary color
Monochromatic Colors of #31A04A
Black with #31A04A
Text Example
Text Example
White with #31A04A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31A04A; }
p { color: rgb(49,160,74); }
H1.HeaderClassName
{
color: #31A04A;
}
.AnyTagClassName
{
color: #31A04A;
}
</style>
background-color css
<style>
a { background-color: #31A04A; }
a { background-color: rgb(49,160,74); }
div.DivClassName
{
background-color: #31A04A;
}
.BgClassName
{
background-color: #31A04A;
}
</style>
border-color css
<style>
span { border-color: #31A04A; }
span { border-color: rgb(49,160,74); }
td.TdClassName
{
border-color: #31A04A;
}
.TagClassName
{
border-color: #31A04A;
}
</style>