Shades of Chateau Green #31A045
Tints of Chateau Green #31A045
RGB
CMYK
RGB Variations
Color information
#31A045 (or 0x31A045) is known color: Chateau Green. HEX triplet: 31, A0 and 45. RGB value is (49,160,69). Sum of RGB (Red+Green+Blue) = 49+160+69=278 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.63% from 278); Green value is 160 (62.89% from 255 or 57.55% from 278); Blue value is 69 (27.34% from 255 or 24.82% from 278); Max value from RGB is 160 - color contains mainly: green. Hex color #31A045 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31A045 is #CE5FBA. Grayscale: #747474. Windows color (decimal): -13524923 or 4562993. OLE color: 4562993.
HSL color Cylindrical-coordinate representation of color #31A045: hue angle of 130.81º 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 #31A045 is Cyan = 0.69, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 49 | 160 | 69 | - |
| CMYK | 0.69 | 0 | 0.57 | 0.37 |
| HSL | 130.81º | 0.53% | 0.41% | - |
| HSV(B) | 130.81º | 0.69% | 0.63% | - |
| XYZ | 14.91 | 26.22 | 9.91 | - |
| YUV | 116.44 | 101.23 | 79.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 160 | 69 | 0.69 | 0 | 0.57 | 0.37 | 130.81 | 0.53 | 0.41 |
| Hex | 31 | A0 | 45 | 45 | 0 | 39 | 25 | 83 | 35 | 29 |
| Octal | 61 | 240 | 105 | 105 | 0 | 71 | 45 | 203 | 65 | 51 |
| Binary | 110001 | 10100000 | 1000101 | 1000101 | 0 | 111001 | 100101 | 10000011 | 110101 | 101001 |
Color Harmonies of #31A045
Complementary color
Monochromatic Colors of #31A045
Black with #31A045
Text Example
Text Example
White with #31A045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31A045; }
p { color: rgb(49,160,69); }
H1.HeaderClassName
{
color: #31A045;
}
.AnyTagClassName
{
color: #31A045;
}
</style>
background-color css
<style>
a { background-color: #31A045; }
a { background-color: rgb(49,160,69); }
div.DivClassName
{
background-color: #31A045;
}
.BgClassName
{
background-color: #31A045;
}
</style>
border-color css
<style>
span { border-color: #31A045; }
span { border-color: rgb(49,160,69); }
td.TdClassName
{
border-color: #31A045;
}
.TagClassName
{
border-color: #31A045;
}
</style>