Shades of Chateau Green #319C4B
Tints of Chateau Green #319C4B
RGB
CMYK
RGB Variations
Color information
#319C4B (or 0x319C4B) is known color: Chateau Green. HEX triplet: 31, 9C and 4B. RGB value is (49,156,75). Sum of RGB (Red+Green+Blue) = 49+156+75=280 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.5% from 280); Green value is 156 (61.33% from 255 or 55.71% from 280); Blue value is 75 (29.69% from 255 or 26.79% from 280); Max value from RGB is 156 - color contains mainly: green. Hex color #319C4B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #319C4B is #CE63B4. Grayscale: #727272. Windows color (decimal): -13525941 or 4955185. OLE color: 4955185.
HSL color Cylindrical-coordinate representation of color #319C4B: hue angle of 134.58º 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 #319C4B is Cyan = 0.69, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 49 | 156 | 75 | - |
| CMYK | 0.69 | 0 | 0.52 | 0.39 |
| HSL | 134.58º | 0.52% | 0.4% | - |
| HSV(B) | 134.58º | 0.69% | 0.61% | - |
| XYZ | 14.43 | 24.94 | 10.71 | - |
| YUV | 114.77 | 105.55 | 81.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 156 | 75 | 0.69 | 0 | 0.52 | 0.39 | 134.58 | 0.52 | 0.4 |
| Hex | 31 | 9C | 4B | 45 | 0 | 34 | 27 | 87 | 34 | 28 |
| Octal | 61 | 234 | 113 | 105 | 0 | 64 | 47 | 207 | 64 | 50 |
| Binary | 110001 | 10011100 | 1001011 | 1000101 | 0 | 110100 | 100111 | 10000111 | 110100 | 101000 |
Color Harmonies of #319C4B
Complementary color
Monochromatic Colors of #319C4B
Black with #319C4B
Text Example
Text Example
White with #319C4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #319C4B; }
p { color: rgb(49,156,75); }
H1.HeaderClassName
{
color: #319C4B;
}
.AnyTagClassName
{
color: #319C4B;
}
</style>
background-color css
<style>
a { background-color: #319C4B; }
a { background-color: rgb(49,156,75); }
div.DivClassName
{
background-color: #319C4B;
}
.BgClassName
{
background-color: #319C4B;
}
</style>
border-color css
<style>
span { border-color: #319C4B; }
span { border-color: rgb(49,156,75); }
td.TdClassName
{
border-color: #319C4B;
}
.TagClassName
{
border-color: #319C4B;
}
</style>