Shades of Chateau Green #31A545
Tints of Chateau Green #31A545
RGB
CMYK
RGB Variations
Color information
#31A545 (or 0x31A545) is known color: Chateau Green. HEX triplet: 31, A5 and 45. RGB value is (49,165,69). Sum of RGB (Red+Green+Blue) = 49+165+69=283 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.31% from 283); Green value is 165 (64.84% from 255 or 58.30% from 283); Blue value is 69 (27.34% from 255 or 24.38% from 283); Max value from RGB is 165 - color contains mainly: green. Hex color #31A545 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31A545 is #CE5ABA. Grayscale: #777777. Windows color (decimal): -13523643 or 4564273. OLE color: 4564273.
HSL color Cylindrical-coordinate representation of color #31A545: hue angle of 130.34º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #31A545 is Cyan = 0.70, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 49 | 165 | 69 | - |
| CMYK | 0.70 | 0 | 0.58 | 0.35 |
| HSL | 130.34º | 0.54% | 0.42% | - |
| HSV(B) | 130.34º | 0.7% | 0.65% | - |
| XYZ | 15.8 | 27.99 | 10.2 | - |
| YUV | 119.37 | 99.57 | 77.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 165 | 69 | 0.70 | 0 | 0.58 | 0.35 | 130.34 | 0.54 | 0.42 |
| Hex | 31 | A5 | 45 | 46 | 0 | 3A | 23 | 82 | 36 | 2A |
| Octal | 61 | 245 | 105 | 106 | 0 | 72 | 43 | 202 | 66 | 52 |
| Binary | 110001 | 10100101 | 1000101 | 1000110 | 0 | 111010 | 100011 | 10000010 | 110110 | 101010 |
Color Harmonies of #31A545
Complementary color
Monochromatic Colors of #31A545
Black with #31A545
Text Example
Text Example
White with #31A545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31A545; }
p { color: rgb(49,165,69); }
H1.HeaderClassName
{
color: #31A545;
}
.AnyTagClassName
{
color: #31A545;
}
</style>
background-color css
<style>
a { background-color: #31A545; }
a { background-color: rgb(49,165,69); }
div.DivClassName
{
background-color: #31A545;
}
.BgClassName
{
background-color: #31A545;
}
</style>
border-color css
<style>
span { border-color: #31A545; }
span { border-color: rgb(49,165,69); }
td.TdClassName
{
border-color: #31A545;
}
.TagClassName
{
border-color: #31A545;
}
</style>