Shades of Verdun Green #315500
Tints of Verdun Green #315500
RGB
CMYK
RGB Variations
Color information
#315500 (or 0x315500) is known color: Verdun Green. HEX triplet: 31, 55 and 00. RGB value is (49,85,0). Sum of RGB (Red+Green+Blue) = 49+85+0=134 (17% of max value = 765). Red value is 49 (19.53% from 255 or 36.57% from 134); Green value is 85 (33.59% from 255 or 63.43% from 134); Blue value is 0 (0.39% from 255 or 0% from 134); Max value from RGB is 85 - color contains mainly: green. Hex color #315500 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #315500 is #CEAAFF. Grayscale: #404040. Windows color (decimal): -13544192 or 21809. OLE color: 21809.
HSL color Cylindrical-coordinate representation of color #315500: hue angle of 85.41º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #315500 is Cyan = 0.42, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 49 | 85 | 0 | - |
| CMYK | 0.42 | 0 | 1 | 0.67 |
| HSL | 85.41º | 1% | 0.17% | - |
| HSV(B) | 85.41º | 1% | 0.33% | - |
| XYZ | 4.52 | 7.15 | 1.14 | - |
| YUV | 64.55 | 91.57 | 116.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 85 | 0 | 0.42 | 0 | 1 | 0.67 | 85.41 | 1 | 0.17 |
| Hex | 31 | 55 | 0 | 2A | 0 | 64 | 43 | 55 | 64 | 11 |
| Octal | 61 | 125 | 0 | 52 | 0 | 144 | 103 | 125 | 144 | 21 |
| Binary | 110001 | 1010101 | 0 | 101010 | 0 | 1100100 | 1000011 | 1010101 | 1100100 | 10001 |
Color Harmonies of #315500
Complementary color
Monochromatic Colors of #315500
Black with #315500
Text Example
Text Example
White with #315500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315500; }
p { color: rgb(49,85,0); }
H1.HeaderClassName
{
color: #315500;
}
.AnyTagClassName
{
color: #315500;
}
</style>
background-color css
<style>
a { background-color: #315500; }
a { background-color: rgb(49,85,0); }
div.DivClassName
{
background-color: #315500;
}
.BgClassName
{
background-color: #315500;
}
</style>
border-color css
<style>
span { border-color: #315500; }
span { border-color: rgb(49,85,0); }
td.TdClassName
{
border-color: #315500;
}
.TagClassName
{
border-color: #315500;
}
</style>