Shades of Verdun Green #3C4902
Tints of Verdun Green #3C4902
RGB
CMYK
RGB Variations
Color information
#3C4902 (or 0x3C4902) is known color: Verdun Green. HEX triplet: 3C, 49 and 02. RGB value is (60,73,2). Sum of RGB (Red+Green+Blue) = 60+73+2=135 (17% of max value = 765). Red value is 60 (23.83% from 255 or 44.44% from 135); Green value is 73 (28.91% from 255 or 54.07% from 135); Blue value is 2 (1.17% from 255 or 1.48% from 135); Max value from RGB is 73 - color contains mainly: green. Hex color #3C4902 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C4902 is #C3B6FD. Grayscale: #3D3D3D. Windows color (decimal): -12826366 or 149820. OLE color: 149820.
HSL color Cylindrical-coordinate representation of color #3C4902: hue angle of 70.99º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3C4902 is Cyan = 0.18, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 60 | 73 | 2 | - |
| CMYK | 0.18 | 0 | 0.97 | 0.71 |
| HSL | 70.99º | 0.95% | 0.15% | - |
| HSV(B) | 70.99º | 0.97% | 0.29% | - |
| XYZ | 4.26 | 5.73 | 0.94 | - |
| YUV | 61.02 | 94.69 | 127.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 73 | 2 | 0.18 | 0 | 0.97 | 0.71 | 70.99 | 0.95 | 0.15 |
| Hex | 3C | 49 | 2 | 12 | 0 | 61 | 47 | 47 | 5F | F |
| Octal | 74 | 111 | 2 | 22 | 0 | 141 | 107 | 107 | 137 | 17 |
| Binary | 111100 | 1001001 | 10 | 10010 | 0 | 1100001 | 1000111 | 1000111 | 1011111 | 1111 |
Color Harmonies of #3C4902
Complementary color
Monochromatic Colors of #3C4902
Black with #3C4902
Text Example
Text Example
White with #3C4902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C4902; }
p { color: rgb(60,73,2); }
H1.HeaderClassName
{
color: #3C4902;
}
.AnyTagClassName
{
color: #3C4902;
}
</style>
background-color css
<style>
a { background-color: #3C4902; }
a { background-color: rgb(60,73,2); }
div.DivClassName
{
background-color: #3C4902;
}
.BgClassName
{
background-color: #3C4902;
}
</style>
border-color css
<style>
span { border-color: #3C4902; }
span { border-color: rgb(60,73,2); }
td.TdClassName
{
border-color: #3C4902;
}
.TagClassName
{
border-color: #3C4902;
}
</style>