Shades of Chateau Green #319945
Tints of Chateau Green #319945
RGB
CMYK
RGB Variations
Color information
#319945 (or 0x319945) is known color: Chateau Green. HEX triplet: 31, 99 and 45. RGB value is (49,153,69). Sum of RGB (Red+Green+Blue) = 49+153+69=271 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.08% from 271); Green value is 153 (60.16% from 255 or 56.46% from 271); Blue value is 69 (27.34% from 255 or 25.46% from 271); Max value from RGB is 153 - color contains mainly: green. Hex color #319945 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #319945 is #CE66BA. Grayscale: #707070. Windows color (decimal): -13526715 or 4561201. OLE color: 4561201.
HSL color Cylindrical-coordinate representation of color #319945: hue angle of 131.54º 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 #319945 is Cyan = 0.68, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 49 | 153 | 69 | - |
| CMYK | 0.68 | 0 | 0.55 | 0.4 |
| HSL | 131.54º | 0.51% | 0.4% | - |
| HSV(B) | 131.54º | 0.68% | 0.6% | - |
| XYZ | 13.73 | 23.87 | 9.51 | - |
| YUV | 112.33 | 103.54 | 82.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 153 | 69 | 0.68 | 0 | 0.55 | 0.4 | 131.54 | 0.51 | 0.4 |
| Hex | 31 | 99 | 45 | 44 | 0 | 37 | 28 | 84 | 33 | 28 |
| Octal | 61 | 231 | 105 | 104 | 0 | 67 | 50 | 204 | 63 | 50 |
| Binary | 110001 | 10011001 | 1000101 | 1000100 | 0 | 110111 | 101000 | 10000100 | 110011 | 101000 |
Color Harmonies of #319945
Complementary color
Monochromatic Colors of #319945
Black with #319945
Text Example
Text Example
White with #319945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #319945; }
p { color: rgb(49,153,69); }
H1.HeaderClassName
{
color: #319945;
}
.AnyTagClassName
{
color: #319945;
}
</style>
background-color css
<style>
a { background-color: #319945; }
a { background-color: rgb(49,153,69); }
div.DivClassName
{
background-color: #319945;
}
.BgClassName
{
background-color: #319945;
}
</style>
border-color css
<style>
span { border-color: #319945; }
span { border-color: rgb(49,153,69); }
td.TdClassName
{
border-color: #319945;
}
.TagClassName
{
border-color: #319945;
}
</style>