Shades of Verdun Green #3C4702
Tints of Verdun Green #3C4702
RGB
CMYK
RGB Variations
Color information
#3C4702 (or 0x3C4702) is known color: Verdun Green. HEX triplet: 3C, 47 and 02. RGB value is (60,71,2). Sum of RGB (Red+Green+Blue) = 60+71+2=133 (17% of max value = 765). Red value is 60 (23.83% from 255 or 45.11% from 133); Green value is 71 (28.12% from 255 or 53.38% from 133); Blue value is 2 (1.17% from 255 or 1.50% from 133); Max value from RGB is 71 - color contains mainly: green. Hex color #3C4702 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C4702 is #C3B8FD. Grayscale: #3C3C3C. Windows color (decimal): -12826878 or 149308. OLE color: 149308.
HSL color Cylindrical-coordinate representation of color #3C4702: hue angle of 69.57º degrees, saturation: 0.95, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3C4702 is Cyan = 0.15, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 60 | 71 | 2 | - |
| CMYK | 0.15 | 0 | 0.97 | 0.72 |
| HSL | 69.57º | 0.95% | 0.14% | - |
| HSV(B) | 69.57º | 0.97% | 0.28% | - |
| XYZ | 4.13 | 5.47 | 0.9 | - |
| YUV | 59.85 | 95.36 | 128.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 71 | 2 | 0.15 | 0 | 0.97 | 0.72 | 69.57 | 0.95 | 0.14 |
| Hex | 3C | 47 | 2 | F | 0 | 61 | 48 | 46 | 5F | E |
| Octal | 74 | 107 | 2 | 17 | 0 | 141 | 110 | 106 | 137 | 16 |
| Binary | 111100 | 1000111 | 10 | 1111 | 0 | 1100001 | 1001000 | 1000110 | 1011111 | 1110 |
Color Harmonies of #3C4702
Complementary color
Monochromatic Colors of #3C4702
Black with #3C4702
Text Example
Text Example
White with #3C4702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C4702; }
p { color: rgb(60,71,2); }
H1.HeaderClassName
{
color: #3C4702;
}
.AnyTagClassName
{
color: #3C4702;
}
</style>
background-color css
<style>
a { background-color: #3C4702; }
a { background-color: rgb(60,71,2); }
div.DivClassName
{
background-color: #3C4702;
}
.BgClassName
{
background-color: #3C4702;
}
</style>
border-color css
<style>
span { border-color: #3C4702; }
span { border-color: rgb(60,71,2); }
td.TdClassName
{
border-color: #3C4702;
}
.TagClassName
{
border-color: #3C4702;
}
</style>