Shades of Verdun Green #3C5F0F
Tints of Verdun Green #3C5F0F
RGB
CMYK
RGB Variations
Color information
#3C5F0F (or 0x3C5F0F) is known color: Verdun Green. HEX triplet: 3C, 5F and 0F. RGB value is (60,95,15). Sum of RGB (Red+Green+Blue) = 60+95+15=170 (22% of max value = 765). Red value is 60 (23.83% from 255 or 35.29% from 170); Green value is 95 (37.5% from 255 or 55.88% from 170); Blue value is 15 (6.25% from 255 or 8.82% from 170); Max value from RGB is 95 - color contains mainly: green. Hex color #3C5F0F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3C5F0F is #C3A0F0. Grayscale: #4B4B4B. Windows color (decimal): -12820721 or 1007420. OLE color: 1007420.
HSL color Cylindrical-coordinate representation of color #3C5F0F: hue angle of 86.25º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3C5F0F is Cyan = 0.37, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 60 | 95 | 15 | - |
| CMYK | 0.37 | 0 | 0.84 | 0.63 |
| HSL | 86.25º | 0.73% | 0.22% | - |
| HSV(B) | 86.25º | 0.84% | 0.37% | - |
| XYZ | 6.04 | 9.18 | 1.91 | - |
| YUV | 75.42 | 93.9 | 117 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 95 | 15 | 0.37 | 0 | 0.84 | 0.63 | 86.25 | 0.73 | 0.22 |
| Hex | 3C | 5F | F | 25 | 0 | 54 | 3F | 56 | 49 | 16 |
| Octal | 74 | 137 | 17 | 45 | 0 | 124 | 77 | 126 | 111 | 26 |
| Binary | 111100 | 1011111 | 1111 | 100101 | 0 | 1010100 | 111111 | 1010110 | 1001001 | 10110 |
Color Harmonies of #3C5F0F
Complementary color
Monochromatic Colors of #3C5F0F
Black with #3C5F0F
Text Example
Text Example
White with #3C5F0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C5F0F; }
p { color: rgb(60,95,15); }
H1.HeaderClassName
{
color: #3C5F0F;
}
.AnyTagClassName
{
color: #3C5F0F;
}
</style>
background-color css
<style>
a { background-color: #3C5F0F; }
a { background-color: rgb(60,95,15); }
div.DivClassName
{
background-color: #3C5F0F;
}
.BgClassName
{
background-color: #3C5F0F;
}
</style>
border-color css
<style>
span { border-color: #3C5F0F; }
span { border-color: rgb(60,95,15); }
td.TdClassName
{
border-color: #3C5F0F;
}
.TagClassName
{
border-color: #3C5F0F;
}
</style>