Shades of Verdun Green #3C4901
Tints of Verdun Green #3C4901
RGB
CMYK
RGB Variations
Color information
#3C4901 (or 0x3C4901) is known color: Verdun Green. HEX triplet: 3C, 49 and 01. RGB value is (60,73,1). Sum of RGB (Red+Green+Blue) = 60+73+1=134 (17% of max value = 765). Red value is 60 (23.83% from 255 or 44.78% from 134); Green value is 73 (28.91% from 255 or 54.48% from 134); Blue value is 1 (0.78% from 255 or 0.75% from 134); Max value from RGB is 73 - color contains mainly: green. Hex color #3C4901 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C4901 is #C3B6FE. Grayscale: #3D3D3D. Windows color (decimal): -12826367 or 84284. OLE color: 84284.
HSL color Cylindrical-coordinate representation of color #3C4901: hue angle of 70.83º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3C4901 is Cyan = 0.18, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 60 | 73 | 1 | - |
| CMYK | 0.18 | 0 | 0.99 | 0.71 |
| HSL | 70.83º | 0.97% | 0.15% | - |
| HSV(B) | 70.83º | 0.99% | 0.29% | - |
| XYZ | 4.25 | 5.73 | 0.91 | - |
| YUV | 60.91 | 94.19 | 127.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 73 | 1 | 0.18 | 0 | 0.99 | 0.71 | 70.83 | 0.97 | 0.15 |
| Hex | 3C | 49 | 1 | 12 | 0 | 63 | 47 | 47 | 61 | F |
| Octal | 74 | 111 | 1 | 22 | 0 | 143 | 107 | 107 | 141 | 17 |
| Binary | 111100 | 1001001 | 1 | 10010 | 0 | 1100011 | 1000111 | 1000111 | 1100001 | 1111 |
Color Harmonies of #3C4901
Complementary color
Monochromatic Colors of #3C4901
Black with #3C4901
Text Example
Text Example
White with #3C4901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C4901; }
p { color: rgb(60,73,1); }
H1.HeaderClassName
{
color: #3C4901;
}
.AnyTagClassName
{
color: #3C4901;
}
</style>
background-color css
<style>
a { background-color: #3C4901; }
a { background-color: rgb(60,73,1); }
div.DivClassName
{
background-color: #3C4901;
}
.BgClassName
{
background-color: #3C4901;
}
</style>
border-color css
<style>
span { border-color: #3C4901; }
span { border-color: rgb(60,73,1); }
td.TdClassName
{
border-color: #3C4901;
}
.TagClassName
{
border-color: #3C4901;
}
</style>