Shades of Chateau Green #319649
Tints of Chateau Green #319649
RGB
CMYK
RGB Variations
Color information
#319649 (or 0x319649) is known color: Chateau Green. HEX triplet: 31, 96 and 49. RGB value is (49,150,73). Sum of RGB (Red+Green+Blue) = 49+150+73=272 (36% of max value = 765). Red value is 49 (19.53% from 255 or 18.01% from 272); Green value is 150 (58.98% from 255 or 55.15% from 272); Blue value is 73 (28.91% from 255 or 26.84% from 272); Max value from RGB is 150 - color contains mainly: green. Hex color #319649 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #319649 is #CE69B6. Grayscale: #6F6F6F. Windows color (decimal): -13527479 or 4822577. OLE color: 4822577.
HSL color Cylindrical-coordinate representation of color #319649: hue angle of 134.26º 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 #319649 is Cyan = 0.67, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 49 | 150 | 73 | - |
| CMYK | 0.67 | 0 | 0.51 | 0.41 |
| HSL | 134.26º | 0.51% | 0.39% | - |
| HSV(B) | 134.26º | 0.67% | 0.59% | - |
| XYZ | 13.38 | 22.95 | 10.03 | - |
| YUV | 111.02 | 106.54 | 83.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 150 | 73 | 0.67 | 0 | 0.51 | 0.41 | 134.26 | 0.51 | 0.39 |
| Hex | 31 | 96 | 49 | 43 | 0 | 33 | 29 | 86 | 33 | 27 |
| Octal | 61 | 226 | 111 | 103 | 0 | 63 | 51 | 206 | 63 | 47 |
| Binary | 110001 | 10010110 | 1001001 | 1000011 | 0 | 110011 | 101001 | 10000110 | 110011 | 100111 |
Color Harmonies of #319649
Complementary color
Monochromatic Colors of #319649
Black with #319649
Text Example
Text Example
White with #319649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #319649; }
p { color: rgb(49,150,73); }
H1.HeaderClassName
{
color: #319649;
}
.AnyTagClassName
{
color: #319649;
}
</style>
background-color css
<style>
a { background-color: #319649; }
a { background-color: rgb(49,150,73); }
div.DivClassName
{
background-color: #319649;
}
.BgClassName
{
background-color: #319649;
}
</style>
border-color css
<style>
span { border-color: #319649; }
span { border-color: rgb(49,150,73); }
td.TdClassName
{
border-color: #319649;
}
.TagClassName
{
border-color: #319649;
}
</style>