Shades of Verdun Green #3C5219
Tints of Verdun Green #3C5219
RGB
CMYK
RGB Variations
Color information
#3C5219 (or 0x3C5219) is known color: Verdun Green. HEX triplet: 3C, 52 and 19. RGB value is (60,82,25). Sum of RGB (Red+Green+Blue) = 60+82+25=167 (22% of max value = 765). Red value is 60 (23.83% from 255 or 35.93% from 167); Green value is 82 (32.42% from 255 or 49.10% from 167); Blue value is 25 (10.16% from 255 or 14.97% from 167); Max value from RGB is 82 - color contains mainly: green. Hex color #3C5219 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3C5219 is #C3ADE6. Grayscale: #454545. Windows color (decimal): -12824039 or 1659452. OLE color: 1659452.
HSL color Cylindrical-coordinate representation of color #3C5219: hue angle of 83.16º degrees, saturation: 0.53, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3C5219 is Cyan = 0.27, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 60 | 82 | 25 | - |
| CMYK | 0.27 | 0 | 0.70 | 0.68 |
| HSL | 83.16º | 0.53% | 0.21% | - |
| HSV(B) | 83.16º | 0.7% | 0.32% | - |
| XYZ | 5.06 | 7.07 | 2.02 | - |
| YUV | 68.92 | 103.21 | 121.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 82 | 25 | 0.27 | 0 | 0.70 | 0.68 | 83.16 | 0.53 | 0.21 |
| Hex | 3C | 52 | 19 | 1B | 0 | 46 | 44 | 53 | 35 | 15 |
| Octal | 74 | 122 | 31 | 33 | 0 | 106 | 104 | 123 | 65 | 25 |
| Binary | 111100 | 1010010 | 11001 | 11011 | 0 | 1000110 | 1000100 | 1010011 | 110101 | 10101 |
Color Harmonies of #3C5219
Complementary color
Monochromatic Colors of #3C5219
Black with #3C5219
Text Example
Text Example
White with #3C5219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C5219; }
p { color: rgb(60,82,25); }
H1.HeaderClassName
{
color: #3C5219;
}
.AnyTagClassName
{
color: #3C5219;
}
</style>
background-color css
<style>
a { background-color: #3C5219; }
a { background-color: rgb(60,82,25); }
div.DivClassName
{
background-color: #3C5219;
}
.BgClassName
{
background-color: #3C5219;
}
</style>
border-color css
<style>
span { border-color: #3C5219; }
span { border-color: rgb(60,82,25); }
td.TdClassName
{
border-color: #3C5219;
}
.TagClassName
{
border-color: #3C5219;
}
</style>