Shades of Chateau Green #319744
Tints of Chateau Green #319744
RGB
CMYK
RGB Variations
Color information
#319744 (or 0x319744) is known color: Chateau Green. HEX triplet: 31, 97 and 44. RGB value is (49,151,68). Sum of RGB (Red+Green+Blue) = 49+151+68=268 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.28% from 268); Green value is 151 (59.38% from 255 or 56.34% from 268); Blue value is 68 (26.95% from 255 or 25.37% from 268); Max value from RGB is 151 - color contains mainly: green. Hex color #319744 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #319744 is #CE68BB. Grayscale: #6F6F6F. Windows color (decimal): -13527228 or 4495153. OLE color: 4495153.
HSL color Cylindrical-coordinate representation of color #319744: hue angle of 131.18º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #319744 is Cyan = 0.68, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 49 | 151 | 68 | - |
| CMYK | 0.68 | 0 | 0.55 | 0.41 |
| HSL | 131.18º | 0.51% | 0.39% | - |
| HSV(B) | 131.18º | 0.68% | 0.59% | - |
| XYZ | 13.38 | 23.2 | 9.24 | - |
| YUV | 111.04 | 103.71 | 83.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 151 | 68 | 0.68 | 0 | 0.55 | 0.41 | 131.18 | 0.51 | 0.39 |
| Hex | 31 | 97 | 44 | 44 | 0 | 37 | 29 | 83 | 33 | 27 |
| Octal | 61 | 227 | 104 | 104 | 0 | 67 | 51 | 203 | 63 | 47 |
| Binary | 110001 | 10010111 | 1000100 | 1000100 | 0 | 110111 | 101001 | 10000011 | 110011 | 100111 |
Color Harmonies of #319744
Complementary color
Monochromatic Colors of #319744
Black with #319744
Text Example
Text Example
White with #319744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #319744; }
p { color: rgb(49,151,68); }
H1.HeaderClassName
{
color: #319744;
}
.AnyTagClassName
{
color: #319744;
}
</style>
background-color css
<style>
a { background-color: #319744; }
a { background-color: rgb(49,151,68); }
div.DivClassName
{
background-color: #319744;
}
.BgClassName
{
background-color: #319744;
}
</style>
border-color css
<style>
span { border-color: #319744; }
span { border-color: rgb(49,151,68); }
td.TdClassName
{
border-color: #319744;
}
.TagClassName
{
border-color: #319744;
}
</style>