Shades of Chateau Green #31963E
Tints of Chateau Green #31963E
RGB
CMYK
RGB Variations
Color information
#31963E (or 0x31963E) is known color: Chateau Green. HEX triplet: 31, 96 and 3E. RGB value is (49,150,62). Sum of RGB (Red+Green+Blue) = 49+150+62=261 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.77% from 261); Green value is 150 (58.98% from 255 or 57.47% from 261); Blue value is 62 (24.61% from 255 or 23.75% from 261); Max value from RGB is 150 - color contains mainly: green. Hex color #31963E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31963E is #CE69C1. Grayscale: #6E6E6E. Windows color (decimal): -13527490 or 4101681. OLE color: 4101681.
HSL color Cylindrical-coordinate representation of color #31963E: hue angle of 127.72º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #31963E is Cyan = 0.67, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 49 | 150 | 62 | - |
| CMYK | 0.67 | 0 | 0.59 | 0.41 |
| HSL | 127.72º | 0.51% | 0.39% | - |
| HSV(B) | 127.72º | 0.67% | 0.59% | - |
| XYZ | 13.04 | 22.81 | 8.27 | - |
| YUV | 109.77 | 101.04 | 84.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 150 | 62 | 0.67 | 0 | 0.59 | 0.41 | 127.72 | 0.51 | 0.39 |
| Hex | 31 | 96 | 3E | 43 | 0 | 3B | 29 | 80 | 33 | 27 |
| Octal | 61 | 226 | 76 | 103 | 0 | 73 | 51 | 200 | 63 | 47 |
| Binary | 110001 | 10010110 | 111110 | 1000011 | 0 | 111011 | 101001 | 10000000 | 110011 | 100111 |
Color Harmonies of #31963E
Complementary color
Monochromatic Colors of #31963E
Black with #31963E
Text Example
Text Example
White with #31963E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31963E; }
p { color: rgb(49,150,62); }
H1.HeaderClassName
{
color: #31963E;
}
.AnyTagClassName
{
color: #31963E;
}
</style>
background-color css
<style>
a { background-color: #31963E; }
a { background-color: rgb(49,150,62); }
div.DivClassName
{
background-color: #31963E;
}
.BgClassName
{
background-color: #31963E;
}
</style>
border-color css
<style>
span { border-color: #31963E; }
span { border-color: rgb(49,150,62); }
td.TdClassName
{
border-color: #31963E;
}
.TagClassName
{
border-color: #31963E;
}
</style>