Shades of Chateau Green #31AA4A
Tints of Chateau Green #31AA4A
RGB
CMYK
RGB Variations
Color information
#31AA4A (or 0x31AA4A) is known color: Chateau Green. HEX triplet: 31, AA and 4A. RGB value is (49,170,74). Sum of RGB (Red+Green+Blue) = 49+170+74=293 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.72% from 293); Green value is 170 (66.80% from 255 or 58.02% from 293); Blue value is 74 (29.30% from 255 or 25.26% from 293); Max value from RGB is 170 - color contains mainly: green. Hex color #31AA4A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31AA4A is #CE55B5. Grayscale: #7B7B7B. Windows color (decimal): -13522358 or 4893233. OLE color: 4893233.
HSL color Cylindrical-coordinate representation of color #31AA4A: hue angle of 132.4º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #31AA4A is Cyan = 0.71, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 49 | 170 | 74 | - |
| CMYK | 0.71 | 0 | 0.56 | 0.33 |
| HSL | 132.4º | 0.55% | 0.43% | - |
| HSV(B) | 132.4º | 0.71% | 0.67% | - |
| XYZ | 16.88 | 29.9 | 11.36 | - |
| YUV | 122.88 | 100.41 | 75.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 170 | 74 | 0.71 | 0 | 0.56 | 0.33 | 132.4 | 0.55 | 0.43 |
| Hex | 31 | AA | 4A | 47 | 0 | 38 | 21 | 84 | 37 | 2B |
| Octal | 61 | 252 | 112 | 107 | 0 | 70 | 41 | 204 | 67 | 53 |
| Binary | 110001 | 10101010 | 1001010 | 1000111 | 0 | 111000 | 100001 | 10000100 | 110111 | 101011 |
Color Harmonies of #31AA4A
Complementary color
Monochromatic Colors of #31AA4A
Black with #31AA4A
Text Example
Text Example
White with #31AA4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31AA4A; }
p { color: rgb(49,170,74); }
H1.HeaderClassName
{
color: #31AA4A;
}
.AnyTagClassName
{
color: #31AA4A;
}
</style>
background-color css
<style>
a { background-color: #31AA4A; }
a { background-color: rgb(49,170,74); }
div.DivClassName
{
background-color: #31AA4A;
}
.BgClassName
{
background-color: #31AA4A;
}
</style>
border-color css
<style>
span { border-color: #31AA4A; }
span { border-color: rgb(49,170,74); }
td.TdClassName
{
border-color: #31AA4A;
}
.TagClassName
{
border-color: #31AA4A;
}
</style>