Shades of Verdun Green #3C5202
Tints of Verdun Green #3C5202
RGB
CMYK
RGB Variations
Color information
#3C5202 (or 0x3C5202) is known color: Verdun Green. HEX triplet: 3C, 52 and 02. RGB value is (60,82,2). Sum of RGB (Red+Green+Blue) = 60+82+2=144 (19% of max value = 765). Red value is 60 (23.83% from 255 or 41.67% from 144); Green value is 82 (32.42% from 255 or 56.94% from 144); Blue value is 2 (1.17% from 255 or 1.39% from 144); Max value from RGB is 82 - color contains mainly: green. Hex color #3C5202 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3C5202 is #C3ADFD. Grayscale: #424242. Windows color (decimal): -12824062 or 152124. OLE color: 152124.
HSL color Cylindrical-coordinate representation of color #3C5202: hue angle of 76.5º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3C5202 is Cyan = 0.27, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 60 | 82 | 2 | - |
| CMYK | 0.27 | 0 | 0.98 | 0.68 |
| HSL | 76.5º | 0.95% | 0.16% | - |
| HSV(B) | 76.5º | 0.98% | 0.32% | - |
| XYZ | 4.89 | 7 | 1.15 | - |
| YUV | 66.3 | 91.71 | 123.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 82 | 2 | 0.27 | 0 | 0.98 | 0.68 | 76.5 | 0.95 | 0.16 |
| Hex | 3C | 52 | 2 | 1B | 0 | 62 | 44 | 4C | 5F | 10 |
| Octal | 74 | 122 | 2 | 33 | 0 | 142 | 104 | 114 | 137 | 20 |
| Binary | 111100 | 1010010 | 10 | 11011 | 0 | 1100010 | 1000100 | 1001100 | 1011111 | 10000 |
Color Harmonies of #3C5202
Complementary color
Monochromatic Colors of #3C5202
Black with #3C5202
Text Example
Text Example
White with #3C5202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C5202; }
p { color: rgb(60,82,2); }
H1.HeaderClassName
{
color: #3C5202;
}
.AnyTagClassName
{
color: #3C5202;
}
</style>
background-color css
<style>
a { background-color: #3C5202; }
a { background-color: rgb(60,82,2); }
div.DivClassName
{
background-color: #3C5202;
}
.BgClassName
{
background-color: #3C5202;
}
</style>
border-color css
<style>
span { border-color: #3C5202; }
span { border-color: rgb(60,82,2); }
td.TdClassName
{
border-color: #3C5202;
}
.TagClassName
{
border-color: #3C5202;
}
</style>