Shades of Verdun Green #3C530C
Tints of Verdun Green #3C530C
RGB
CMYK
RGB Variations
Color information
#3C530C (or 0x3C530C) is known color: Verdun Green. HEX triplet: 3C, 53 and 0C. RGB value is (60,83,12). Sum of RGB (Red+Green+Blue) = 60+83+12=155 (20% of max value = 765). Red value is 60 (23.83% from 255 or 38.71% from 155); Green value is 83 (32.81% from 255 or 53.55% from 155); Blue value is 12 (5.08% from 255 or 7.74% from 155); Max value from RGB is 83 - color contains mainly: green. Hex color #3C530C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3C530C is #C3ACF3. Grayscale: #444444. Windows color (decimal): -12823796 or 807740. OLE color: 807740.
HSL color Cylindrical-coordinate representation of color #3C530C: hue angle of 79.44º degrees, saturation: 0.75, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3C530C is Cyan = 0.28, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 60 | 83 | 12 | - |
| CMYK | 0.28 | 0 | 0.86 | 0.67 |
| HSL | 79.44º | 0.75% | 0.19% | - |
| HSV(B) | 79.44º | 0.86% | 0.33% | - |
| XYZ | 5.02 | 7.17 | 1.47 | - |
| YUV | 68.03 | 96.38 | 122.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 83 | 12 | 0.28 | 0 | 0.86 | 0.67 | 79.44 | 0.75 | 0.19 |
| Hex | 3C | 53 | C | 1C | 0 | 56 | 43 | 4F | 4B | 13 |
| Octal | 74 | 123 | 14 | 34 | 0 | 126 | 103 | 117 | 113 | 23 |
| Binary | 111100 | 1010011 | 1100 | 11100 | 0 | 1010110 | 1000011 | 1001111 | 1001011 | 10011 |
Color Harmonies of #3C530C
Complementary color
Monochromatic Colors of #3C530C
Black with #3C530C
Text Example
Text Example
White with #3C530C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C530C; }
p { color: rgb(60,83,12); }
H1.HeaderClassName
{
color: #3C530C;
}
.AnyTagClassName
{
color: #3C530C;
}
</style>
background-color css
<style>
a { background-color: #3C530C; }
a { background-color: rgb(60,83,12); }
div.DivClassName
{
background-color: #3C530C;
}
.BgClassName
{
background-color: #3C530C;
}
</style>
border-color css
<style>
span { border-color: #3C530C; }
span { border-color: rgb(60,83,12); }
td.TdClassName
{
border-color: #3C530C;
}
.TagClassName
{
border-color: #3C530C;
}
</style>