Shades of Verdun Green #3C6008
Tints of Verdun Green #3C6008
RGB
CMYK
RGB Variations
Color information
#3C6008 (or 0x3C6008) is known color: Verdun Green. HEX triplet: 3C, 60 and 08. RGB value is (60,96,8). Sum of RGB (Red+Green+Blue) = 60+96+8=164 (21% of max value = 765). Red value is 60 (23.83% from 255 or 36.59% from 164); Green value is 96 (37.89% from 255 or 58.54% from 164); Blue value is 8 (3.52% from 255 or 4.88% from 164); Max value from RGB is 96 - color contains mainly: green. Hex color #3C6008 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3C6008 is #C39FF7. Grayscale: #4B4B4B. Windows color (decimal): -12820472 or 548924. OLE color: 548924.
HSL color Cylindrical-coordinate representation of color #3C6008: hue angle of 84.55º degrees, saturation: 0.85, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3C6008 is Cyan = 0.38, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 60 | 96 | 8 | - |
| CMYK | 0.38 | 0 | 0.92 | 0.62 |
| HSL | 84.55º | 0.85% | 0.2% | - |
| HSV(B) | 84.55º | 0.92% | 0.38% | - |
| XYZ | 6.09 | 9.34 | 1.71 | - |
| YUV | 75.2 | 90.07 | 117.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 96 | 8 | 0.38 | 0 | 0.92 | 0.62 | 84.55 | 0.85 | 0.2 |
| Hex | 3C | 60 | 8 | 26 | 0 | 5C | 3E | 55 | 55 | 14 |
| Octal | 74 | 140 | 10 | 46 | 0 | 134 | 76 | 125 | 125 | 24 |
| Binary | 111100 | 1100000 | 1000 | 100110 | 0 | 1011100 | 111110 | 1010101 | 1010101 | 10100 |
Color Harmonies of #3C6008
Complementary color
Monochromatic Colors of #3C6008
Black with #3C6008
Text Example
Text Example
White with #3C6008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C6008; }
p { color: rgb(60,96,8); }
H1.HeaderClassName
{
color: #3C6008;
}
.AnyTagClassName
{
color: #3C6008;
}
</style>
background-color css
<style>
a { background-color: #3C6008; }
a { background-color: rgb(60,96,8); }
div.DivClassName
{
background-color: #3C6008;
}
.BgClassName
{
background-color: #3C6008;
}
</style>
border-color css
<style>
span { border-color: #3C6008; }
span { border-color: rgb(60,96,8); }
td.TdClassName
{
border-color: #3C6008;
}
.TagClassName
{
border-color: #3C6008;
}
</style>