Shades of Verdun Green #3C530D
Tints of Verdun Green #3C530D
RGB
CMYK
RGB Variations
Color information
#3C530D (or 0x3C530D) is known color: Verdun Green. HEX triplet: 3C, 53 and 0D. RGB value is (60,83,13). Sum of RGB (Red+Green+Blue) = 60+83+13=156 (20% of max value = 765). Red value is 60 (23.83% from 255 or 38.46% from 156); Green value is 83 (32.81% from 255 or 53.21% from 156); Blue value is 13 (5.47% from 255 or 8.33% from 156); Max value from RGB is 83 - color contains mainly: green. Hex color #3C530D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3C530D is #C3ACF2. Grayscale: #444444. Windows color (decimal): -12823795 or 873276. OLE color: 873276.
HSL color Cylindrical-coordinate representation of color #3C530D: hue angle of 79.71º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3C530D is Cyan = 0.28, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 60 | 83 | 13 | - |
| CMYK | 0.28 | 0 | 0.84 | 0.67 |
| HSL | 79.71º | 0.73% | 0.19% | - |
| HSV(B) | 79.71º | 0.84% | 0.33% | - |
| XYZ | 5.03 | 7.18 | 1.5 | - |
| YUV | 68.14 | 96.88 | 122.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 83 | 13 | 0.28 | 0 | 0.84 | 0.67 | 79.71 | 0.73 | 0.19 |
| Hex | 3C | 53 | D | 1C | 0 | 54 | 43 | 50 | 49 | 13 |
| Octal | 74 | 123 | 15 | 34 | 0 | 124 | 103 | 120 | 111 | 23 |
| Binary | 111100 | 1010011 | 1101 | 11100 | 0 | 1010100 | 1000011 | 1010000 | 1001001 | 10011 |
Color Harmonies of #3C530D
Complementary color
Monochromatic Colors of #3C530D
Black with #3C530D
Text Example
Text Example
White with #3C530D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C530D; }
p { color: rgb(60,83,13); }
H1.HeaderClassName
{
color: #3C530D;
}
.AnyTagClassName
{
color: #3C530D;
}
</style>
background-color css
<style>
a { background-color: #3C530D; }
a { background-color: rgb(60,83,13); }
div.DivClassName
{
background-color: #3C530D;
}
.BgClassName
{
background-color: #3C530D;
}
</style>
border-color css
<style>
span { border-color: #3C530D; }
span { border-color: rgb(60,83,13); }
td.TdClassName
{
border-color: #3C530D;
}
.TagClassName
{
border-color: #3C530D;
}
</style>