Shades of Chateau Green #319C4F
Tints of Chateau Green #319C4F
RGB
CMYK
RGB Variations
Color information
#319C4F (or 0x319C4F) is known color: Chateau Green. HEX triplet: 31, 9C and 4F. RGB value is (49,156,79). Sum of RGB (Red+Green+Blue) = 49+156+79=284 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.25% from 284); Green value is 156 (61.33% from 255 or 54.93% from 284); Blue value is 79 (31.25% from 255 or 27.82% from 284); Max value from RGB is 156 - color contains mainly: green. Hex color #319C4F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #319C4F is #CE63B0. Grayscale: #737373. Windows color (decimal): -13525937 or 5217329. OLE color: 5217329.
HSL color Cylindrical-coordinate representation of color #319C4F: hue angle of 136.82º 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 #319C4F is Cyan = 0.69, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 49 | 156 | 79 | - |
| CMYK | 0.69 | 0 | 0.49 | 0.39 |
| HSL | 136.82º | 0.52% | 0.4% | - |
| HSV(B) | 136.82º | 0.69% | 0.61% | - |
| XYZ | 14.57 | 24.99 | 11.45 | - |
| YUV | 115.23 | 107.55 | 80.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 156 | 79 | 0.69 | 0 | 0.49 | 0.39 | 136.82 | 0.52 | 0.4 |
| Hex | 31 | 9C | 4F | 45 | 0 | 31 | 27 | 89 | 34 | 28 |
| Octal | 61 | 234 | 117 | 105 | 0 | 61 | 47 | 211 | 64 | 50 |
| Binary | 110001 | 10011100 | 1001111 | 1000101 | 0 | 110001 | 100111 | 10001001 | 110100 | 101000 |
Color Harmonies of #319C4F
Complementary color
Monochromatic Colors of #319C4F
Black with #319C4F
Text Example
Text Example
White with #319C4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #319C4F; }
p { color: rgb(49,156,79); }
H1.HeaderClassName
{
color: #319C4F;
}
.AnyTagClassName
{
color: #319C4F;
}
</style>
background-color css
<style>
a { background-color: #319C4F; }
a { background-color: rgb(49,156,79); }
div.DivClassName
{
background-color: #319C4F;
}
.BgClassName
{
background-color: #319C4F;
}
</style>
border-color css
<style>
span { border-color: #319C4F; }
span { border-color: rgb(49,156,79); }
td.TdClassName
{
border-color: #319C4F;
}
.TagClassName
{
border-color: #319C4F;
}
</style>