Shades of Verdun Green #3C6508
Tints of Verdun Green #3C6508
RGB
CMYK
RGB Variations
Color information
#3C6508 (or 0x3C6508) is known color: Verdun Green. HEX triplet: 3C, 65 and 08. RGB value is (60,101,8). Sum of RGB (Red+Green+Blue) = 60+101+8=169 (22% of max value = 765). Red value is 60 (23.83% from 255 or 35.50% from 169); Green value is 101 (39.84% from 255 or 59.76% from 169); Blue value is 8 (3.52% from 255 or 4.73% from 169); Max value from RGB is 101 - color contains mainly: green. Hex color #3C6508 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3C6508 is #C39AF7. Grayscale: #4E4E4E. Windows color (decimal): -12819192 or 550204. OLE color: 550204.
HSL color Cylindrical-coordinate representation of color #3C6508: hue angle of 86.45º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3C6508 is Cyan = 0.41, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 60 | 101 | 8 | - |
| CMYK | 0.41 | 0 | 0.92 | 0.60 |
| HSL | 86.45º | 0.85% | 0.21% | - |
| HSV(B) | 86.45º | 0.92% | 0.4% | - |
| XYZ | 6.56 | 10.29 | 1.87 | - |
| YUV | 78.14 | 88.42 | 115.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 101 | 8 | 0.41 | 0 | 0.92 | 0.60 | 86.45 | 0.85 | 0.21 |
| Hex | 3C | 65 | 8 | 29 | 0 | 5C | 3C | 56 | 55 | 15 |
| Octal | 74 | 145 | 10 | 51 | 0 | 134 | 74 | 126 | 125 | 25 |
| Binary | 111100 | 1100101 | 1000 | 101001 | 0 | 1011100 | 111100 | 1010110 | 1010101 | 10101 |
Color Harmonies of #3C6508
Complementary color
Monochromatic Colors of #3C6508
Black with #3C6508
Text Example
Text Example
White with #3C6508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C6508; }
p { color: rgb(60,101,8); }
H1.HeaderClassName
{
color: #3C6508;
}
.AnyTagClassName
{
color: #3C6508;
}
</style>
background-color css
<style>
a { background-color: #3C6508; }
a { background-color: rgb(60,101,8); }
div.DivClassName
{
background-color: #3C6508;
}
.BgClassName
{
background-color: #3C6508;
}
</style>
border-color css
<style>
span { border-color: #3C6508; }
span { border-color: rgb(60,101,8); }
td.TdClassName
{
border-color: #3C6508;
}
.TagClassName
{
border-color: #3C6508;
}
</style>