Shades of Verdun Green #3C600F
Tints of Verdun Green #3C600F
RGB
CMYK
RGB Variations
Color information
#3C600F (or 0x3C600F) is known color: Verdun Green. HEX triplet: 3C, 60 and 0F. RGB value is (60,96,15). Sum of RGB (Red+Green+Blue) = 60+96+15=171 (22% of max value = 765). Red value is 60 (23.83% from 255 or 35.09% from 171); Green value is 96 (37.89% from 255 or 56.14% from 171); Blue value is 15 (6.25% from 255 or 8.77% from 171); Max value from RGB is 96 - color contains mainly: green. Hex color #3C600F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3C600F is #C39FF0. Grayscale: #4C4C4C. Windows color (decimal): -12820465 or 1007676. OLE color: 1007676.
HSL color Cylindrical-coordinate representation of color #3C600F: hue angle of 86.67º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3C600F is Cyan = 0.38, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 60 | 96 | 15 | - |
| CMYK | 0.38 | 0 | 0.84 | 0.62 |
| HSL | 86.67º | 0.73% | 0.22% | - |
| HSV(B) | 86.67º | 0.84% | 0.38% | - |
| XYZ | 6.13 | 9.36 | 1.94 | - |
| YUV | 76 | 93.57 | 116.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 96 | 15 | 0.38 | 0 | 0.84 | 0.62 | 86.67 | 0.73 | 0.22 |
| Hex | 3C | 60 | F | 26 | 0 | 54 | 3E | 57 | 49 | 16 |
| Octal | 74 | 140 | 17 | 46 | 0 | 124 | 76 | 127 | 111 | 26 |
| Binary | 111100 | 1100000 | 1111 | 100110 | 0 | 1010100 | 111110 | 1010111 | 1001001 | 10110 |
Color Harmonies of #3C600F
Complementary color
Monochromatic Colors of #3C600F
Black with #3C600F
Text Example
Text Example
White with #3C600F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C600F; }
p { color: rgb(60,96,15); }
H1.HeaderClassName
{
color: #3C600F;
}
.AnyTagClassName
{
color: #3C600F;
}
</style>
background-color css
<style>
a { background-color: #3C600F; }
a { background-color: rgb(60,96,15); }
div.DivClassName
{
background-color: #3C600F;
}
.BgClassName
{
background-color: #3C600F;
}
</style>
border-color css
<style>
span { border-color: #3C600F; }
span { border-color: rgb(60,96,15); }
td.TdClassName
{
border-color: #3C600F;
}
.TagClassName
{
border-color: #3C600F;
}
</style>