Shades of Chateau Green #319941
Tints of Chateau Green #319941
RGB
CMYK
RGB Variations
Color information
#319941 (or 0x319941) is known color: Chateau Green. HEX triplet: 31, 99 and 41. RGB value is (49,153,65). Sum of RGB (Red+Green+Blue) = 49+153+65=267 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.35% from 267); Green value is 153 (60.16% from 255 or 57.30% from 267); Blue value is 65 (25.78% from 255 or 24.34% from 267); Max value from RGB is 153 - color contains mainly: green. Hex color #319941 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #319941 is #CE66BE. Grayscale: #707070. Windows color (decimal): -13526719 or 4299057. OLE color: 4299057.
HSL color Cylindrical-coordinate representation of color #319941: hue angle of 129.23º 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 #319941 is Cyan = 0.68, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 49 | 153 | 65 | - |
| CMYK | 0.68 | 0 | 0.58 | 0.4 |
| HSL | 129.23º | 0.51% | 0.4% | - |
| HSV(B) | 129.23º | 0.68% | 0.6% | - |
| XYZ | 13.61 | 23.82 | 8.88 | - |
| YUV | 111.87 | 101.54 | 83.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 153 | 65 | 0.68 | 0 | 0.58 | 0.4 | 129.23 | 0.51 | 0.4 |
| Hex | 31 | 99 | 41 | 44 | 0 | 3A | 28 | 81 | 33 | 28 |
| Octal | 61 | 231 | 101 | 104 | 0 | 72 | 50 | 201 | 63 | 50 |
| Binary | 110001 | 10011001 | 1000001 | 1000100 | 0 | 111010 | 101000 | 10000001 | 110011 | 101000 |
Color Harmonies of #319941
Complementary color
Monochromatic Colors of #319941
Black with #319941
Text Example
Text Example
White with #319941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #319941; }
p { color: rgb(49,153,65); }
H1.HeaderClassName
{
color: #319941;
}
.AnyTagClassName
{
color: #319941;
}
</style>
background-color css
<style>
a { background-color: #319941; }
a { background-color: rgb(49,153,65); }
div.DivClassName
{
background-color: #319941;
}
.BgClassName
{
background-color: #319941;
}
</style>
border-color css
<style>
span { border-color: #319941; }
span { border-color: rgb(49,153,65); }
td.TdClassName
{
border-color: #319941;
}
.TagClassName
{
border-color: #319941;
}
</style>