Shades of Verdun Green #3C5803
Tints of Verdun Green #3C5803
RGB
CMYK
RGB Variations
Color information
#3C5803 (or 0x3C5803) is known color: Verdun Green. HEX triplet: 3C, 58 and 03. RGB value is (60,88,3). Sum of RGB (Red+Green+Blue) = 60+88+3=151 (20% of max value = 765). Red value is 60 (23.83% from 255 or 39.74% from 151); Green value is 88 (34.77% from 255 or 58.28% from 151); Blue value is 3 (1.56% from 255 or 1.99% from 151); Max value from RGB is 88 - color contains mainly: green. Hex color #3C5803 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3C5803 is #C3A7FC. Grayscale: #464646. Windows color (decimal): -12822525 or 219196. OLE color: 219196.
HSL color Cylindrical-coordinate representation of color #3C5803: hue angle of 79.76º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3C5803 is Cyan = 0.32, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 60 | 88 | 3 | - |
| CMYK | 0.32 | 0 | 0.97 | 0.65 |
| HSL | 79.76º | 0.93% | 0.18% | - |
| HSV(B) | 79.76º | 0.97% | 0.35% | - |
| XYZ | 5.37 | 7.95 | 1.34 | - |
| YUV | 69.94 | 90.22 | 120.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 88 | 3 | 0.32 | 0 | 0.97 | 0.65 | 79.76 | 0.93 | 0.18 |
| Hex | 3C | 58 | 3 | 20 | 0 | 61 | 41 | 50 | 5D | 12 |
| Octal | 74 | 130 | 3 | 40 | 0 | 141 | 101 | 120 | 135 | 22 |
| Binary | 111100 | 1011000 | 11 | 100000 | 0 | 1100001 | 1000001 | 1010000 | 1011101 | 10010 |
Color Harmonies of #3C5803
Complementary color
Monochromatic Colors of #3C5803
Black with #3C5803
Text Example
Text Example
White with #3C5803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C5803; }
p { color: rgb(60,88,3); }
H1.HeaderClassName
{
color: #3C5803;
}
.AnyTagClassName
{
color: #3C5803;
}
</style>
background-color css
<style>
a { background-color: #3C5803; }
a { background-color: rgb(60,88,3); }
div.DivClassName
{
background-color: #3C5803;
}
.BgClassName
{
background-color: #3C5803;
}
</style>
border-color css
<style>
span { border-color: #3C5803; }
span { border-color: rgb(60,88,3); }
td.TdClassName
{
border-color: #3C5803;
}
.TagClassName
{
border-color: #3C5803;
}
</style>