Shades of Chateau Green #31A445
Tints of Chateau Green #31A445
RGB
CMYK
RGB Variations
Color information
#31A445 (or 0x31A445) is known color: Chateau Green. HEX triplet: 31, A4 and 45. RGB value is (49,164,69). Sum of RGB (Red+Green+Blue) = 49+164+69=282 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.38% from 282); Green value is 164 (64.45% from 255 or 58.16% from 282); Blue value is 69 (27.34% from 255 or 24.47% from 282); Max value from RGB is 164 - color contains mainly: green. Hex color #31A445 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31A445 is #CE5BBA. Grayscale: #777777. Windows color (decimal): -13523899 or 4564017. OLE color: 4564017.
HSL color Cylindrical-coordinate representation of color #31A445: hue angle of 130.43º 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 #31A445 is Cyan = 0.70, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 49 | 164 | 69 | - |
| CMYK | 0.70 | 0 | 0.58 | 0.36 |
| HSL | 130.43º | 0.54% | 0.42% | - |
| HSV(B) | 130.43º | 0.7% | 0.64% | - |
| XYZ | 15.62 | 27.63 | 10.14 | - |
| YUV | 118.79 | 99.9 | 78.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 164 | 69 | 0.70 | 0 | 0.58 | 0.36 | 130.43 | 0.54 | 0.42 |
| Hex | 31 | A4 | 45 | 46 | 0 | 3A | 24 | 82 | 36 | 2A |
| Octal | 61 | 244 | 105 | 106 | 0 | 72 | 44 | 202 | 66 | 52 |
| Binary | 110001 | 10100100 | 1000101 | 1000110 | 0 | 111010 | 100100 | 10000010 | 110110 | 101010 |
Color Harmonies of #31A445
Complementary color
Monochromatic Colors of #31A445
Black with #31A445
Text Example
Text Example
White with #31A445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31A445; }
p { color: rgb(49,164,69); }
H1.HeaderClassName
{
color: #31A445;
}
.AnyTagClassName
{
color: #31A445;
}
</style>
background-color css
<style>
a { background-color: #31A445; }
a { background-color: rgb(49,164,69); }
div.DivClassName
{
background-color: #31A445;
}
.BgClassName
{
background-color: #31A445;
}
</style>
border-color css
<style>
span { border-color: #31A445; }
span { border-color: rgb(49,164,69); }
td.TdClassName
{
border-color: #31A445;
}
.TagClassName
{
border-color: #31A445;
}
</style>