Shades of Verdun Green #316102
Tints of Verdun Green #316102
RGB
CMYK
RGB Variations
Color information
#316102 (or 0x316102) is known color: Verdun Green. HEX triplet: 31, 61 and 02. RGB value is (49,97,2). Sum of RGB (Red+Green+Blue) = 49+97+2=148 (19% of max value = 765). Red value is 49 (19.53% from 255 or 33.11% from 148); Green value is 97 (38.28% from 255 or 65.54% from 148); Blue value is 2 (1.17% from 255 or 1.35% from 148); Max value from RGB is 97 - color contains mainly: green. Hex color #316102 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #316102 is #CE9EFD. Grayscale: #484848. Windows color (decimal): -13541118 or 155953. OLE color: 155953.
HSL color Cylindrical-coordinate representation of color #316102: hue angle of 90.32º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #316102 is Cyan = 0.49, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 49 | 97 | 2 | - |
| CMYK | 0.49 | 0 | 0.98 | 0.62 |
| HSL | 90.32º | 0.96% | 0.19% | - |
| HSV(B) | 90.32º | 0.98% | 0.38% | - |
| XYZ | 5.55 | 9.21 | 1.54 | - |
| YUV | 71.82 | 88.6 | 111.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 97 | 2 | 0.49 | 0 | 0.98 | 0.62 | 90.32 | 0.96 | 0.19 |
| Hex | 31 | 61 | 2 | 31 | 0 | 62 | 3E | 5A | 60 | 13 |
| Octal | 61 | 141 | 2 | 61 | 0 | 142 | 76 | 132 | 140 | 23 |
| Binary | 110001 | 1100001 | 10 | 110001 | 0 | 1100010 | 111110 | 1011010 | 1100000 | 10011 |
Color Harmonies of #316102
Complementary color
Monochromatic Colors of #316102
Black with #316102
Text Example
Text Example
White with #316102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #316102; }
p { color: rgb(49,97,2); }
H1.HeaderClassName
{
color: #316102;
}
.AnyTagClassName
{
color: #316102;
}
</style>
background-color css
<style>
a { background-color: #316102; }
a { background-color: rgb(49,97,2); }
div.DivClassName
{
background-color: #316102;
}
.BgClassName
{
background-color: #316102;
}
</style>
border-color css
<style>
span { border-color: #316102; }
span { border-color: rgb(49,97,2); }
td.TdClassName
{
border-color: #316102;
}
.TagClassName
{
border-color: #316102;
}
</style>