Shades of Verdun Green #3C5302
Tints of Verdun Green #3C5302
RGB
CMYK
RGB Variations
Color information
#3C5302 (or 0x3C5302) is known color: Verdun Green. HEX triplet: 3C, 53 and 02. RGB value is (60,83,2). Sum of RGB (Red+Green+Blue) = 60+83+2=145 (19% of max value = 765). Red value is 60 (23.83% from 255 or 41.38% from 145); Green value is 83 (32.81% from 255 or 57.24% from 145); Blue value is 2 (1.17% from 255 or 1.38% from 145); Max value from RGB is 83 - color contains mainly: green. Hex color #3C5302 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3C5302 is #C3ACFD. Grayscale: #434343. Windows color (decimal): -12823806 or 152380. OLE color: 152380.
HSL color Cylindrical-coordinate representation of color #3C5302: hue angle of 77.04º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3C5302 is Cyan = 0.28, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 60 | 83 | 2 | - |
| CMYK | 0.28 | 0 | 0.98 | 0.67 |
| HSL | 77.04º | 0.95% | 0.17% | - |
| HSV(B) | 77.04º | 0.98% | 0.33% | - |
| XYZ | 4.97 | 7.15 | 1.18 | - |
| YUV | 66.89 | 91.38 | 123.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 83 | 2 | 0.28 | 0 | 0.98 | 0.67 | 77.04 | 0.95 | 0.17 |
| Hex | 3C | 53 | 2 | 1C | 0 | 62 | 43 | 4D | 5F | 11 |
| Octal | 74 | 123 | 2 | 34 | 0 | 142 | 103 | 115 | 137 | 21 |
| Binary | 111100 | 1010011 | 10 | 11100 | 0 | 1100010 | 1000011 | 1001101 | 1011111 | 10001 |
Color Harmonies of #3C5302
Complementary color
Monochromatic Colors of #3C5302
Black with #3C5302
Text Example
Text Example
White with #3C5302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C5302; }
p { color: rgb(60,83,2); }
H1.HeaderClassName
{
color: #3C5302;
}
.AnyTagClassName
{
color: #3C5302;
}
</style>
background-color css
<style>
a { background-color: #3C5302; }
a { background-color: rgb(60,83,2); }
div.DivClassName
{
background-color: #3C5302;
}
.BgClassName
{
background-color: #3C5302;
}
</style>
border-color css
<style>
span { border-color: #3C5302; }
span { border-color: rgb(60,83,2); }
td.TdClassName
{
border-color: #3C5302;
}
.TagClassName
{
border-color: #3C5302;
}
</style>