Shades of Verdun Green #3C5B0D
Tints of Verdun Green #3C5B0D
RGB
CMYK
RGB Variations
Color information
#3C5B0D (or 0x3C5B0D) is known color: Verdun Green. HEX triplet: 3C, 5B and 0D. RGB value is (60,91,13). Sum of RGB (Red+Green+Blue) = 60+91+13=164 (21% of max value = 765). Red value is 60 (23.83% from 255 or 36.59% from 164); Green value is 91 (35.94% from 255 or 55.49% from 164); Blue value is 13 (5.47% from 255 or 7.93% from 164); Max value from RGB is 91 - color contains mainly: green. Hex color #3C5B0D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3C5B0D is #C3A4F2. Grayscale: #494949. Windows color (decimal): -12821747 or 875324. OLE color: 875324.
HSL color Cylindrical-coordinate representation of color #3C5B0D: hue angle of 83.85º degrees, saturation: 0.75, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3C5B0D is Cyan = 0.34, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 60 | 91 | 13 | - |
| CMYK | 0.34 | 0 | 0.86 | 0.64 |
| HSL | 83.85º | 0.75% | 0.2% | - |
| HSV(B) | 83.85º | 0.86% | 0.36% | - |
| XYZ | 5.68 | 8.47 | 1.72 | - |
| YUV | 72.84 | 94.23 | 118.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 91 | 13 | 0.34 | 0 | 0.86 | 0.64 | 83.85 | 0.75 | 0.2 |
| Hex | 3C | 5B | D | 22 | 0 | 56 | 40 | 54 | 4B | 14 |
| Octal | 74 | 133 | 15 | 42 | 0 | 126 | 100 | 124 | 113 | 24 |
| Binary | 111100 | 1011011 | 1101 | 100010 | 0 | 1010110 | 1000000 | 1010100 | 1001011 | 10100 |
Color Harmonies of #3C5B0D
Complementary color
Monochromatic Colors of #3C5B0D
Black with #3C5B0D
Text Example
Text Example
White with #3C5B0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C5B0D; }
p { color: rgb(60,91,13); }
H1.HeaderClassName
{
color: #3C5B0D;
}
.AnyTagClassName
{
color: #3C5B0D;
}
</style>
background-color css
<style>
a { background-color: #3C5B0D; }
a { background-color: rgb(60,91,13); }
div.DivClassName
{
background-color: #3C5B0D;
}
.BgClassName
{
background-color: #3C5B0D;
}
</style>
border-color css
<style>
span { border-color: #3C5B0D; }
span { border-color: rgb(60,91,13); }
td.TdClassName
{
border-color: #3C5B0D;
}
.TagClassName
{
border-color: #3C5B0D;
}
</style>