Shades of Chateau Green #31A053
Tints of Chateau Green #31A053
RGB
CMYK
RGB Variations
Color information
#31A053 (or 0x31A053) is known color: Chateau Green. HEX triplet: 31, A0 and 53. RGB value is (49,160,83). Sum of RGB (Red+Green+Blue) = 49+160+83=292 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.78% from 292); Green value is 160 (62.89% from 255 or 54.79% from 292); Blue value is 83 (32.81% from 255 or 28.42% from 292); Max value from RGB is 160 - color contains mainly: green. Hex color #31A053 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31A053 is #CE5FAC. Grayscale: #767676. Windows color (decimal): -13524909 or 5480497. OLE color: 5480497.
HSL color Cylindrical-coordinate representation of color #31A053: hue angle of 138.38º 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 #31A053 is Cyan = 0.69, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 49 | 160 | 83 | - |
| CMYK | 0.69 | 0 | 0.48 | 0.37 |
| HSL | 138.38º | 0.53% | 0.41% | - |
| HSV(B) | 138.38º | 0.69% | 0.63% | - |
| XYZ | 15.4 | 26.42 | 12.47 | - |
| YUV | 118.03 | 108.23 | 78.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 160 | 83 | 0.69 | 0 | 0.48 | 0.37 | 138.38 | 0.53 | 0.41 |
| Hex | 31 | A0 | 53 | 45 | 0 | 30 | 25 | 8A | 35 | 29 |
| Octal | 61 | 240 | 123 | 105 | 0 | 60 | 45 | 212 | 65 | 51 |
| Binary | 110001 | 10100000 | 1010011 | 1000101 | 0 | 110000 | 100101 | 10001010 | 110101 | 101001 |
Color Harmonies of #31A053
Complementary color
Monochromatic Colors of #31A053
Black with #31A053
Text Example
Text Example
White with #31A053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31A053; }
p { color: rgb(49,160,83); }
H1.HeaderClassName
{
color: #31A053;
}
.AnyTagClassName
{
color: #31A053;
}
</style>
background-color css
<style>
a { background-color: #31A053; }
a { background-color: rgb(49,160,83); }
div.DivClassName
{
background-color: #31A053;
}
.BgClassName
{
background-color: #31A053;
}
</style>
border-color css
<style>
span { border-color: #31A053; }
span { border-color: rgb(49,160,83); }
td.TdClassName
{
border-color: #31A053;
}
.TagClassName
{
border-color: #31A053;
}
</style>