Shades of Verdun Green #315C04
Tints of Verdun Green #315C04
RGB
CMYK
RGB Variations
Color information
#315C04 (or 0x315C04) is known color: Verdun Green. HEX triplet: 31, 5C and 04. RGB value is (49,92,4). Sum of RGB (Red+Green+Blue) = 49+92+4=145 (19% of max value = 765). Red value is 49 (19.53% from 255 or 33.79% from 145); Green value is 92 (36.33% from 255 or 63.45% from 145); Blue value is 4 (1.95% from 255 or 2.76% from 145); Max value from RGB is 92 - color contains mainly: green. Hex color #315C04 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #315C04 is #CEA3FB. Grayscale: #454545. Windows color (decimal): -13542396 or 285745. OLE color: 285745.
HSL color Cylindrical-coordinate representation of color #315C04: hue angle of 89.32º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #315C04 is Cyan = 0.47, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 49 | 92 | 4 | - |
| CMYK | 0.47 | 0 | 0.96 | 0.64 |
| HSL | 89.32º | 0.92% | 0.19% | - |
| HSV(B) | 89.32º | 0.96% | 0.36% | - |
| XYZ | 5.12 | 8.32 | 1.45 | - |
| YUV | 69.11 | 91.25 | 113.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 92 | 4 | 0.47 | 0 | 0.96 | 0.64 | 89.32 | 0.92 | 0.19 |
| Hex | 31 | 5C | 4 | 2F | 0 | 60 | 40 | 59 | 5C | 13 |
| Octal | 61 | 134 | 4 | 57 | 0 | 140 | 100 | 131 | 134 | 23 |
| Binary | 110001 | 1011100 | 100 | 101111 | 0 | 1100000 | 1000000 | 1011001 | 1011100 | 10011 |
Color Harmonies of #315C04
Complementary color
Monochromatic Colors of #315C04
Black with #315C04
Text Example
Text Example
White with #315C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315C04; }
p { color: rgb(49,92,4); }
H1.HeaderClassName
{
color: #315C04;
}
.AnyTagClassName
{
color: #315C04;
}
</style>
background-color css
<style>
a { background-color: #315C04; }
a { background-color: rgb(49,92,4); }
div.DivClassName
{
background-color: #315C04;
}
.BgClassName
{
background-color: #315C04;
}
</style>
border-color css
<style>
span { border-color: #315C04; }
span { border-color: rgb(49,92,4); }
td.TdClassName
{
border-color: #315C04;
}
.TagClassName
{
border-color: #315C04;
}
</style>