Shades of Verdun Green #316103
Tints of Verdun Green #316103
RGB
CMYK
RGB Variations
Color information
#316103 (or 0x316103) is known color: Verdun Green. HEX triplet: 31, 61 and 03. RGB value is (49,97,3). Sum of RGB (Red+Green+Blue) = 49+97+3=149 (19% of max value = 765). Red value is 49 (19.53% from 255 or 32.89% from 149); Green value is 97 (38.28% from 255 or 65.10% from 149); Blue value is 3 (1.56% from 255 or 2.01% from 149); Max value from RGB is 97 - color contains mainly: green. Hex color #316103 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #316103 is #CE9EFC. Grayscale: #484848. Windows color (decimal): -13541117 or 221489. OLE color: 221489.
HSL color Cylindrical-coordinate representation of color #316103: hue angle of 90.64º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #316103 is Cyan = 0.49, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 49 | 97 | 3 | - |
| CMYK | 0.49 | 0 | 0.97 | 0.62 |
| HSL | 90.64º | 0.94% | 0.2% | - |
| HSV(B) | 90.64º | 0.97% | 0.38% | - |
| XYZ | 5.56 | 9.21 | 1.57 | - |
| YUV | 71.93 | 89.1 | 111.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 97 | 3 | 0.49 | 0 | 0.97 | 0.62 | 90.64 | 0.94 | 0.2 |
| Hex | 31 | 61 | 3 | 31 | 0 | 61 | 3E | 5B | 5E | 14 |
| Octal | 61 | 141 | 3 | 61 | 0 | 141 | 76 | 133 | 136 | 24 |
| Binary | 110001 | 1100001 | 11 | 110001 | 0 | 1100001 | 111110 | 1011011 | 1011110 | 10100 |
Color Harmonies of #316103
Complementary color
Monochromatic Colors of #316103
Black with #316103
Text Example
Text Example
White with #316103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #316103; }
p { color: rgb(49,97,3); }
H1.HeaderClassName
{
color: #316103;
}
.AnyTagClassName
{
color: #316103;
}
</style>
background-color css
<style>
a { background-color: #316103; }
a { background-color: rgb(49,97,3); }
div.DivClassName
{
background-color: #316103;
}
.BgClassName
{
background-color: #316103;
}
</style>
border-color css
<style>
span { border-color: #316103; }
span { border-color: rgb(49,97,3); }
td.TdClassName
{
border-color: #316103;
}
.TagClassName
{
border-color: #316103;
}
</style>