Shades of Chateau Green #31A846
Tints of Chateau Green #31A846
RGB
CMYK
RGB Variations
Color information
#31A846 (or 0x31A846) is known color: Chateau Green. HEX triplet: 31, A8 and 46. RGB value is (49,168,70). Sum of RGB (Red+Green+Blue) = 49+168+70=287 (38% of max value = 765). Red value is 49 (19.53% from 255 or 17.07% from 287); Green value is 168 (66.02% from 255 or 58.54% from 287); Blue value is 70 (27.73% from 255 or 24.39% from 287); Max value from RGB is 168 - color contains mainly: green. Hex color #31A846 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31A846 is #CE57B9. Grayscale: #797979. Windows color (decimal): -13522874 or 4630577. OLE color: 4630577.
HSL color Cylindrical-coordinate representation of color #31A846: hue angle of 130.59º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #31A846 is Cyan = 0.71, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 49 | 168 | 70 | - |
| CMYK | 0.71 | 0 | 0.58 | 0.34 |
| HSL | 130.59º | 0.55% | 0.43% | - |
| HSV(B) | 130.59º | 0.71% | 0.66% | - |
| XYZ | 16.37 | 29.1 | 10.55 | - |
| YUV | 121.25 | 99.08 | 76.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 168 | 70 | 0.71 | 0 | 0.58 | 0.34 | 130.59 | 0.55 | 0.43 |
| Hex | 31 | A8 | 46 | 47 | 0 | 3A | 22 | 83 | 37 | 2B |
| Octal | 61 | 250 | 106 | 107 | 0 | 72 | 42 | 203 | 67 | 53 |
| Binary | 110001 | 10101000 | 1000110 | 1000111 | 0 | 111010 | 100010 | 10000011 | 110111 | 101011 |
Color Harmonies of #31A846
Complementary color
Monochromatic Colors of #31A846
Black with #31A846
Text Example
Text Example
White with #31A846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31A846; }
p { color: rgb(49,168,70); }
H1.HeaderClassName
{
color: #31A846;
}
.AnyTagClassName
{
color: #31A846;
}
</style>
background-color css
<style>
a { background-color: #31A846; }
a { background-color: rgb(49,168,70); }
div.DivClassName
{
background-color: #31A846;
}
.BgClassName
{
background-color: #31A846;
}
</style>
border-color css
<style>
span { border-color: #31A846; }
span { border-color: rgb(49,168,70); }
td.TdClassName
{
border-color: #31A846;
}
.TagClassName
{
border-color: #31A846;
}
</style>