Shades of Verdun Green #315C09
Tints of Verdun Green #315C09
RGB
CMYK
RGB Variations
Color information
#315C09 (or 0x315C09) is known color: Verdun Green. HEX triplet: 31, 5C and 09. RGB value is (49,92,9). Sum of RGB (Red+Green+Blue) = 49+92+9=150 (19% of max value = 765). Red value is 49 (19.53% from 255 or 32.67% from 150); Green value is 92 (36.33% from 255 or 61.33% from 150); Blue value is 9 (3.91% from 255 or 6% from 150); Max value from RGB is 92 - color contains mainly: green. Hex color #315C09 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #315C09 is #CEA3F6. Grayscale: #454545. Windows color (decimal): -13542391 or 613425. OLE color: 613425.
HSL color Cylindrical-coordinate representation of color #315C09: hue angle of 91.08º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #315C09 is Cyan = 0.47, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 49 | 92 | 9 | - |
| CMYK | 0.47 | 0 | 0.90 | 0.64 |
| HSL | 91.08º | 0.82% | 0.2% | - |
| HSV(B) | 91.08º | 0.9% | 0.36% | - |
| XYZ | 5.14 | 8.33 | 1.59 | - |
| YUV | 69.68 | 93.75 | 113.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 92 | 9 | 0.47 | 0 | 0.90 | 0.64 | 91.08 | 0.82 | 0.2 |
| Hex | 31 | 5C | 9 | 2F | 0 | 5A | 40 | 5B | 52 | 14 |
| Octal | 61 | 134 | 11 | 57 | 0 | 132 | 100 | 133 | 122 | 24 |
| Binary | 110001 | 1011100 | 1001 | 101111 | 0 | 1011010 | 1000000 | 1011011 | 1010010 | 10100 |
Color Harmonies of #315C09
Complementary color
Monochromatic Colors of #315C09
Black with #315C09
Text Example
Text Example
White with #315C09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315C09; }
p { color: rgb(49,92,9); }
H1.HeaderClassName
{
color: #315C09;
}
.AnyTagClassName
{
color: #315C09;
}
</style>
background-color css
<style>
a { background-color: #315C09; }
a { background-color: rgb(49,92,9); }
div.DivClassName
{
background-color: #315C09;
}
.BgClassName
{
background-color: #315C09;
}
</style>
border-color css
<style>
span { border-color: #315C09; }
span { border-color: rgb(49,92,9); }
td.TdClassName
{
border-color: #315C09;
}
.TagClassName
{
border-color: #315C09;
}
</style>