Shades of Verdun Green #3C540D
Tints of Verdun Green #3C540D
RGB
CMYK
RGB Variations
Color information
#3C540D (or 0x3C540D) is known color: Verdun Green. HEX triplet: 3C, 54 and 0D. RGB value is (60,84,13). Sum of RGB (Red+Green+Blue) = 60+84+13=157 (20% of max value = 765). Red value is 60 (23.83% from 255 or 38.22% from 157); Green value is 84 (33.20% from 255 or 53.50% from 157); Blue value is 13 (5.47% from 255 or 8.28% from 157); Max value from RGB is 84 - color contains mainly: green. Hex color #3C540D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3C540D is #C3ABF2. Grayscale: #444444. Windows color (decimal): -12823539 or 873532. OLE color: 873532.
HSL color Cylindrical-coordinate representation of color #3C540D: hue angle of 80.28º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3C540D is Cyan = 0.29, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 60 | 84 | 13 | - |
| CMYK | 0.29 | 0 | 0.85 | 0.67 |
| HSL | 80.28º | 0.73% | 0.19% | - |
| HSV(B) | 80.28º | 0.85% | 0.33% | - |
| XYZ | 5.11 | 7.33 | 1.53 | - |
| YUV | 68.73 | 96.55 | 121.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 84 | 13 | 0.29 | 0 | 0.85 | 0.67 | 80.28 | 0.73 | 0.19 |
| Hex | 3C | 54 | D | 1D | 0 | 55 | 43 | 50 | 49 | 13 |
| Octal | 74 | 124 | 15 | 35 | 0 | 125 | 103 | 120 | 111 | 23 |
| Binary | 111100 | 1010100 | 1101 | 11101 | 0 | 1010101 | 1000011 | 1010000 | 1001001 | 10011 |
Color Harmonies of #3C540D
Complementary color
Monochromatic Colors of #3C540D
Black with #3C540D
Text Example
Text Example
White with #3C540D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C540D; }
p { color: rgb(60,84,13); }
H1.HeaderClassName
{
color: #3C540D;
}
.AnyTagClassName
{
color: #3C540D;
}
</style>
background-color css
<style>
a { background-color: #3C540D; }
a { background-color: rgb(60,84,13); }
div.DivClassName
{
background-color: #3C540D;
}
.BgClassName
{
background-color: #3C540D;
}
</style>
border-color css
<style>
span { border-color: #3C540D; }
span { border-color: rgb(60,84,13); }
td.TdClassName
{
border-color: #3C540D;
}
.TagClassName
{
border-color: #3C540D;
}
</style>