Shades of Verdun Green #3C510F
Tints of Verdun Green #3C510F
RGB
CMYK
RGB Variations
Color information
#3C510F (or 0x3C510F) is known color: Verdun Green. HEX triplet: 3C, 51 and 0F. RGB value is (60,81,15). Sum of RGB (Red+Green+Blue) = 60+81+15=156 (20% of max value = 765). Red value is 60 (23.83% from 255 or 38.46% from 156); Green value is 81 (32.03% from 255 or 51.92% from 156); Blue value is 15 (6.25% from 255 or 9.62% from 156); Max value from RGB is 81 - color contains mainly: green. Hex color #3C510F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3C510F is #C3AEF0. Grayscale: #434343. Windows color (decimal): -12824305 or 1003836. OLE color: 1003836.
HSL color Cylindrical-coordinate representation of color #3C510F: hue angle of 79.09º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3C510F is Cyan = 0.26, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 60 | 81 | 15 | - |
| CMYK | 0.26 | 0 | 0.81 | 0.68 |
| HSL | 79.09º | 0.69% | 0.19% | - |
| HSV(B) | 79.09º | 0.81% | 0.32% | - |
| XYZ | 4.89 | 6.88 | 1.52 | - |
| YUV | 67.2 | 98.54 | 122.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 81 | 15 | 0.26 | 0 | 0.81 | 0.68 | 79.09 | 0.69 | 0.19 |
| Hex | 3C | 51 | F | 1A | 0 | 51 | 44 | 4F | 45 | 13 |
| Octal | 74 | 121 | 17 | 32 | 0 | 121 | 104 | 117 | 105 | 23 |
| Binary | 111100 | 1010001 | 1111 | 11010 | 0 | 1010001 | 1000100 | 1001111 | 1000101 | 10011 |
Color Harmonies of #3C510F
Complementary color
Monochromatic Colors of #3C510F
Black with #3C510F
Text Example
Text Example
White with #3C510F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C510F; }
p { color: rgb(60,81,15); }
H1.HeaderClassName
{
color: #3C510F;
}
.AnyTagClassName
{
color: #3C510F;
}
</style>
background-color css
<style>
a { background-color: #3C510F; }
a { background-color: rgb(60,81,15); }
div.DivClassName
{
background-color: #3C510F;
}
.BgClassName
{
background-color: #3C510F;
}
</style>
border-color css
<style>
span { border-color: #3C510F; }
span { border-color: rgb(60,81,15); }
td.TdClassName
{
border-color: #3C510F;
}
.TagClassName
{
border-color: #3C510F;
}
</style>