Shades of Verdun Green #3C5908
Tints of Verdun Green #3C5908
RGB
CMYK
RGB Variations
Color information
#3C5908 (or 0x3C5908) is known color: Verdun Green. HEX triplet: 3C, 59 and 08. RGB value is (60,89,8). Sum of RGB (Red+Green+Blue) = 60+89+8=157 (20% of max value = 765). Red value is 60 (23.83% from 255 or 38.22% from 157); Green value is 89 (35.16% from 255 or 56.69% from 157); Blue value is 8 (3.52% from 255 or 5.10% from 157); Max value from RGB is 89 - color contains mainly: green. Hex color #3C5908 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3C5908 is #C3A6F7. Grayscale: #474747. Windows color (decimal): -12822264 or 547132. OLE color: 547132.
HSL color Cylindrical-coordinate representation of color #3C5908: hue angle of 81.48º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3C5908 is Cyan = 0.33, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 60 | 89 | 8 | - |
| CMYK | 0.33 | 0 | 0.91 | 0.65 |
| HSL | 81.48º | 0.84% | 0.19% | - |
| HSV(B) | 81.48º | 0.91% | 0.35% | - |
| XYZ | 5.48 | 8.12 | 1.51 | - |
| YUV | 71.1 | 92.39 | 120.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 89 | 8 | 0.33 | 0 | 0.91 | 0.65 | 81.48 | 0.84 | 0.19 |
| Hex | 3C | 59 | 8 | 21 | 0 | 5B | 41 | 51 | 54 | 13 |
| Octal | 74 | 131 | 10 | 41 | 0 | 133 | 101 | 121 | 124 | 23 |
| Binary | 111100 | 1011001 | 1000 | 100001 | 0 | 1011011 | 1000001 | 1010001 | 1010100 | 10011 |
Color Harmonies of #3C5908
Complementary color
Monochromatic Colors of #3C5908
Black with #3C5908
Text Example
Text Example
White with #3C5908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C5908; }
p { color: rgb(60,89,8); }
H1.HeaderClassName
{
color: #3C5908;
}
.AnyTagClassName
{
color: #3C5908;
}
</style>
background-color css
<style>
a { background-color: #3C5908; }
a { background-color: rgb(60,89,8); }
div.DivClassName
{
background-color: #3C5908;
}
.BgClassName
{
background-color: #3C5908;
}
</style>
border-color css
<style>
span { border-color: #3C5908; }
span { border-color: rgb(60,89,8); }
td.TdClassName
{
border-color: #3C5908;
}
.TagClassName
{
border-color: #3C5908;
}
</style>