Shades of Chateau Green #319C40
Tints of Chateau Green #319C40
RGB
CMYK
RGB Variations
Color information
#319C40 (or 0x319C40) is known color: Chateau Green. HEX triplet: 31, 9C and 40. RGB value is (49,156,64). Sum of RGB (Red+Green+Blue) = 49+156+64=269 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.22% from 269); Green value is 156 (61.33% from 255 or 57.99% from 269); Blue value is 64 (25.39% from 255 or 23.79% from 269); Max value from RGB is 156 - color contains mainly: green. Hex color #319C40 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #319C40 is #CE63BF. Grayscale: #717171. Windows color (decimal): -13525952 or 4234289. OLE color: 4234289.
HSL color Cylindrical-coordinate representation of color #319C40: hue angle of 128.41º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #319C40 is Cyan = 0.69, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 49 | 156 | 64 | - |
| CMYK | 0.69 | 0 | 0.59 | 0.39 |
| HSL | 128.41º | 0.52% | 0.4% | - |
| HSV(B) | 128.41º | 0.69% | 0.61% | - |
| XYZ | 14.08 | 24.8 | 8.9 | - |
| YUV | 113.52 | 100.05 | 81.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 156 | 64 | 0.69 | 0 | 0.59 | 0.39 | 128.41 | 0.52 | 0.4 |
| Hex | 31 | 9C | 40 | 45 | 0 | 3B | 27 | 80 | 34 | 28 |
| Octal | 61 | 234 | 100 | 105 | 0 | 73 | 47 | 200 | 64 | 50 |
| Binary | 110001 | 10011100 | 1000000 | 1000101 | 0 | 111011 | 100111 | 10000000 | 110100 | 101000 |
Color Harmonies of #319C40
Complementary color
Monochromatic Colors of #319C40
Black with #319C40
Text Example
Text Example
White with #319C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #319C40; }
p { color: rgb(49,156,64); }
H1.HeaderClassName
{
color: #319C40;
}
.AnyTagClassName
{
color: #319C40;
}
</style>
background-color css
<style>
a { background-color: #319C40; }
a { background-color: rgb(49,156,64); }
div.DivClassName
{
background-color: #319C40;
}
.BgClassName
{
background-color: #319C40;
}
</style>
border-color css
<style>
span { border-color: #319C40; }
span { border-color: rgb(49,156,64); }
td.TdClassName
{
border-color: #319C40;
}
.TagClassName
{
border-color: #319C40;
}
</style>