Shades of Chateau Green #319949
Tints of Chateau Green #319949
RGB
CMYK
RGB Variations
Color information
#319949 (or 0x319949) is known color: Chateau Green. HEX triplet: 31, 99 and 49. RGB value is (49,153,73). Sum of RGB (Red+Green+Blue) = 49+153+73=275 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.82% from 275); Green value is 153 (60.16% from 255 or 55.64% from 275); Blue value is 73 (28.91% from 255 or 26.55% from 275); Max value from RGB is 153 - color contains mainly: green. Hex color #319949 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #319949 is #CE66B6. Grayscale: #717171. Windows color (decimal): -13526711 or 4823345. OLE color: 4823345.
HSL color Cylindrical-coordinate representation of color #319949: hue angle of 133.85º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #319949 is Cyan = 0.68, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 49 | 153 | 73 | - |
| CMYK | 0.68 | 0 | 0.52 | 0.4 |
| HSL | 133.85º | 0.51% | 0.4% | - |
| HSV(B) | 133.85º | 0.68% | 0.6% | - |
| XYZ | 13.86 | 23.92 | 10.19 | - |
| YUV | 112.78 | 105.54 | 82.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 153 | 73 | 0.68 | 0 | 0.52 | 0.4 | 133.85 | 0.51 | 0.4 |
| Hex | 31 | 99 | 49 | 44 | 0 | 34 | 28 | 86 | 33 | 28 |
| Octal | 61 | 231 | 111 | 104 | 0 | 64 | 50 | 206 | 63 | 50 |
| Binary | 110001 | 10011001 | 1001001 | 1000100 | 0 | 110100 | 101000 | 10000110 | 110011 | 101000 |
Color Harmonies of #319949
Complementary color
Monochromatic Colors of #319949
Black with #319949
Text Example
Text Example
White with #319949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #319949; }
p { color: rgb(49,153,73); }
H1.HeaderClassName
{
color: #319949;
}
.AnyTagClassName
{
color: #319949;
}
</style>
background-color css
<style>
a { background-color: #319949; }
a { background-color: rgb(49,153,73); }
div.DivClassName
{
background-color: #319949;
}
.BgClassName
{
background-color: #319949;
}
</style>
border-color css
<style>
span { border-color: #319949; }
span { border-color: rgb(49,153,73); }
td.TdClassName
{
border-color: #319949;
}
.TagClassName
{
border-color: #319949;
}
</style>