Shades of Verdun Green #315C0A
Tints of Verdun Green #315C0A
RGB
CMYK
RGB Variations
Color information
#315C0A (or 0x315C0A) is known color: Verdun Green. HEX triplet: 31, 5C and 0A. RGB value is (49,92,10). Sum of RGB (Red+Green+Blue) = 49+92+10=151 (20% of max value = 765). Red value is 49 (19.53% from 255 or 32.45% from 151); Green value is 92 (36.33% from 255 or 60.93% from 151); Blue value is 10 (4.30% from 255 or 6.62% from 151); Max value from RGB is 92 - color contains mainly: green. Hex color #315C0A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #315C0A is #CEA3F5. Grayscale: #464646. Windows color (decimal): -13542390 or 678961. OLE color: 678961.
HSL color Cylindrical-coordinate representation of color #315C0A: hue angle of 91.46º degrees, saturation: 0.8, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #315C0A is Cyan = 0.47, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 49 | 92 | 10 | - |
| CMYK | 0.47 | 0 | 0.89 | 0.64 |
| HSL | 91.46º | 0.8% | 0.2% | - |
| HSV(B) | 91.46º | 0.89% | 0.36% | - |
| XYZ | 5.15 | 8.33 | 1.62 | - |
| YUV | 69.8 | 94.25 | 113.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 92 | 10 | 0.47 | 0 | 0.89 | 0.64 | 91.46 | 0.8 | 0.2 |
| Hex | 31 | 5C | A | 2F | 0 | 59 | 40 | 5B | 50 | 14 |
| Octal | 61 | 134 | 12 | 57 | 0 | 131 | 100 | 133 | 120 | 24 |
| Binary | 110001 | 1011100 | 1010 | 101111 | 0 | 1011001 | 1000000 | 1011011 | 1010000 | 10100 |
Color Harmonies of #315C0A
Complementary color
Monochromatic Colors of #315C0A
Black with #315C0A
Text Example
Text Example
White with #315C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315C0A; }
p { color: rgb(49,92,10); }
H1.HeaderClassName
{
color: #315C0A;
}
.AnyTagClassName
{
color: #315C0A;
}
</style>
background-color css
<style>
a { background-color: #315C0A; }
a { background-color: rgb(49,92,10); }
div.DivClassName
{
background-color: #315C0A;
}
.BgClassName
{
background-color: #315C0A;
}
</style>
border-color css
<style>
span { border-color: #315C0A; }
span { border-color: rgb(49,92,10); }
td.TdClassName
{
border-color: #315C0A;
}
.TagClassName
{
border-color: #315C0A;
}
</style>