Shades of Verdun Green #315A05
Tints of Verdun Green #315A05
RGB
CMYK
RGB Variations
Color information
#315A05 (or 0x315A05) is known color: Verdun Green. HEX triplet: 31, 5A and 05. RGB value is (49,90,5). Sum of RGB (Red+Green+Blue) = 49+90+5=144 (19% of max value = 765). Red value is 49 (19.53% from 255 or 34.03% from 144); Green value is 90 (35.55% from 255 or 62.5% from 144); Blue value is 5 (2.34% from 255 or 3.47% from 144); Max value from RGB is 90 - color contains mainly: green. Hex color #315A05 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #315A05 is #CEA5FA. Grayscale: #444444. Windows color (decimal): -13542907 or 350769. OLE color: 350769.
HSL color Cylindrical-coordinate representation of color #315A05: hue angle of 88.94º degrees, saturation: 0.89, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #315A05 is Cyan = 0.46, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 49 | 90 | 5 | - |
| CMYK | 0.46 | 0 | 0.94 | 0.65 |
| HSL | 88.94º | 0.89% | 0.19% | - |
| HSV(B) | 88.94º | 0.94% | 0.35% | - |
| XYZ | 4.95 | 7.98 | 1.42 | - |
| YUV | 68.05 | 92.42 | 114.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 90 | 5 | 0.46 | 0 | 0.94 | 0.65 | 88.94 | 0.89 | 0.19 |
| Hex | 31 | 5A | 5 | 2E | 0 | 5E | 41 | 59 | 59 | 13 |
| Octal | 61 | 132 | 5 | 56 | 0 | 136 | 101 | 131 | 131 | 23 |
| Binary | 110001 | 1011010 | 101 | 101110 | 0 | 1011110 | 1000001 | 1011001 | 1011001 | 10011 |
Color Harmonies of #315A05
Complementary color
Monochromatic Colors of #315A05
Black with #315A05
Text Example
Text Example
White with #315A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315A05; }
p { color: rgb(49,90,5); }
H1.HeaderClassName
{
color: #315A05;
}
.AnyTagClassName
{
color: #315A05;
}
</style>
background-color css
<style>
a { background-color: #315A05; }
a { background-color: rgb(49,90,5); }
div.DivClassName
{
background-color: #315A05;
}
.BgClassName
{
background-color: #315A05;
}
</style>
border-color css
<style>
span { border-color: #315A05; }
span { border-color: rgb(49,90,5); }
td.TdClassName
{
border-color: #315A05;
}
.TagClassName
{
border-color: #315A05;
}
</style>