Shades of Verdun Green #315502
Tints of Verdun Green #315502
RGB
CMYK
RGB Variations
Color information
#315502 (or 0x315502) is known color: Verdun Green. HEX triplet: 31, 55 and 02. RGB value is (49,85,2). Sum of RGB (Red+Green+Blue) = 49+85+2=136 (18% of max value = 765). Red value is 49 (19.53% from 255 or 36.03% from 136); Green value is 85 (33.59% from 255 or 62.5% from 136); Blue value is 2 (1.17% from 255 or 1.47% from 136); Max value from RGB is 85 - color contains mainly: green. Hex color #315502 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #315502 is #CEAAFD. Grayscale: #414141. Windows color (decimal): -13544190 or 152881. OLE color: 152881.
HSL color Cylindrical-coordinate representation of color #315502: hue angle of 86.02º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #315502 is Cyan = 0.42, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 49 | 85 | 2 | - |
| CMYK | 0.42 | 0 | 0.98 | 0.67 |
| HSL | 86.02º | 0.95% | 0.17% | - |
| HSV(B) | 86.02º | 0.98% | 0.33% | - |
| XYZ | 4.53 | 7.15 | 1.2 | - |
| YUV | 64.77 | 92.57 | 116.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 85 | 2 | 0.42 | 0 | 0.98 | 0.67 | 86.02 | 0.95 | 0.17 |
| Hex | 31 | 55 | 2 | 2A | 0 | 62 | 43 | 56 | 5F | 11 |
| Octal | 61 | 125 | 2 | 52 | 0 | 142 | 103 | 126 | 137 | 21 |
| Binary | 110001 | 1010101 | 10 | 101010 | 0 | 1100010 | 1000011 | 1010110 | 1011111 | 10001 |
Color Harmonies of #315502
Complementary color
Monochromatic Colors of #315502
Black with #315502
Text Example
Text Example
White with #315502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315502; }
p { color: rgb(49,85,2); }
H1.HeaderClassName
{
color: #315502;
}
.AnyTagClassName
{
color: #315502;
}
</style>
background-color css
<style>
a { background-color: #315502; }
a { background-color: rgb(49,85,2); }
div.DivClassName
{
background-color: #315502;
}
.BgClassName
{
background-color: #315502;
}
</style>
border-color css
<style>
span { border-color: #315502; }
span { border-color: rgb(49,85,2); }
td.TdClassName
{
border-color: #315502;
}
.TagClassName
{
border-color: #315502;
}
</style>