Shades of Verdun Green #315C03
Tints of Verdun Green #315C03
RGB
CMYK
RGB Variations
Color information
#315C03 (or 0x315C03) is known color: Verdun Green. HEX triplet: 31, 5C and 03. RGB value is (49,92,3). Sum of RGB (Red+Green+Blue) = 49+92+3=144 (19% of max value = 765). Red value is 49 (19.53% from 255 or 34.03% from 144); Green value is 92 (36.33% from 255 or 63.89% from 144); Blue value is 3 (1.56% from 255 or 2.08% from 144); Max value from RGB is 92 - color contains mainly: green. Hex color #315C03 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #315C03 is #CEA3FC. Grayscale: #454545. Windows color (decimal): -13542397 or 220209. OLE color: 220209.
HSL color Cylindrical-coordinate representation of color #315C03: hue angle of 88.99º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #315C03 is Cyan = 0.47, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 49 | 92 | 3 | - |
| CMYK | 0.47 | 0 | 0.97 | 0.64 |
| HSL | 88.99º | 0.94% | 0.19% | - |
| HSV(B) | 88.99º | 0.97% | 0.36% | - |
| XYZ | 5.11 | 8.31 | 1.42 | - |
| YUV | 69 | 90.75 | 113.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 92 | 3 | 0.47 | 0 | 0.97 | 0.64 | 88.99 | 0.94 | 0.19 |
| Hex | 31 | 5C | 3 | 2F | 0 | 61 | 40 | 59 | 5E | 13 |
| Octal | 61 | 134 | 3 | 57 | 0 | 141 | 100 | 131 | 136 | 23 |
| Binary | 110001 | 1011100 | 11 | 101111 | 0 | 1100001 | 1000000 | 1011001 | 1011110 | 10011 |
Color Harmonies of #315C03
Complementary color
Monochromatic Colors of #315C03
Black with #315C03
Text Example
Text Example
White with #315C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315C03; }
p { color: rgb(49,92,3); }
H1.HeaderClassName
{
color: #315C03;
}
.AnyTagClassName
{
color: #315C03;
}
</style>
background-color css
<style>
a { background-color: #315C03; }
a { background-color: rgb(49,92,3); }
div.DivClassName
{
background-color: #315C03;
}
.BgClassName
{
background-color: #315C03;
}
</style>
border-color css
<style>
span { border-color: #315C03; }
span { border-color: rgb(49,92,3); }
td.TdClassName
{
border-color: #315C03;
}
.TagClassName
{
border-color: #315C03;
}
</style>