Shades of Verdun Green #3C5C0D
Tints of Verdun Green #3C5C0D
RGB
CMYK
RGB Variations
Color information
#3C5C0D (or 0x3C5C0D) is known color: Verdun Green. HEX triplet: 3C, 5C and 0D. RGB value is (60,92,13). Sum of RGB (Red+Green+Blue) = 60+92+13=165 (21% of max value = 765). Red value is 60 (23.83% from 255 or 36.36% from 165); Green value is 92 (36.33% from 255 or 55.76% from 165); Blue value is 13 (5.47% from 255 or 7.88% from 165); Max value from RGB is 92 - color contains mainly: green. Hex color #3C5C0D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3C5C0D is #C3A3F2. Grayscale: #494949. Windows color (decimal): -12821491 or 875580. OLE color: 875580.
HSL color Cylindrical-coordinate representation of color #3C5C0D: hue angle of 84.3º degrees, saturation: 0.75, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3C5C0D is Cyan = 0.35, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 60 | 92 | 13 | - |
| CMYK | 0.35 | 0 | 0.86 | 0.64 |
| HSL | 84.3º | 0.75% | 0.21% | - |
| HSV(B) | 84.3º | 0.86% | 0.36% | - |
| XYZ | 5.76 | 8.64 | 1.75 | - |
| YUV | 73.43 | 93.9 | 118.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 92 | 13 | 0.35 | 0 | 0.86 | 0.64 | 84.3 | 0.75 | 0.21 |
| Hex | 3C | 5C | D | 23 | 0 | 56 | 40 | 54 | 4B | 15 |
| Octal | 74 | 134 | 15 | 43 | 0 | 126 | 100 | 124 | 113 | 25 |
| Binary | 111100 | 1011100 | 1101 | 100011 | 0 | 1010110 | 1000000 | 1010100 | 1001011 | 10101 |
Color Harmonies of #3C5C0D
Complementary color
Monochromatic Colors of #3C5C0D
Black with #3C5C0D
Text Example
Text Example
White with #3C5C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C5C0D; }
p { color: rgb(60,92,13); }
H1.HeaderClassName
{
color: #3C5C0D;
}
.AnyTagClassName
{
color: #3C5C0D;
}
</style>
background-color css
<style>
a { background-color: #3C5C0D; }
a { background-color: rgb(60,92,13); }
div.DivClassName
{
background-color: #3C5C0D;
}
.BgClassName
{
background-color: #3C5C0D;
}
</style>
border-color css
<style>
span { border-color: #3C5C0D; }
span { border-color: rgb(60,92,13); }
td.TdClassName
{
border-color: #3C5C0D;
}
.TagClassName
{
border-color: #3C5C0D;
}
</style>