Shades of Verdun Green #3C4F08
Tints of Verdun Green #3C4F08
RGB
CMYK
RGB Variations
Color information
#3C4F08 (or 0x3C4F08) is known color: Verdun Green. HEX triplet: 3C, 4F and 08. RGB value is (60,79,8). Sum of RGB (Red+Green+Blue) = 60+79+8=147 (19% of max value = 765). Red value is 60 (23.83% from 255 or 40.82% from 147); Green value is 79 (31.25% from 255 or 53.74% from 147); Blue value is 8 (3.52% from 255 or 5.44% from 147); Max value from RGB is 79 - color contains mainly: green. Hex color #3C4F08 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3C4F08 is #C3B0F7. Grayscale: #414141. Windows color (decimal): -12824824 or 544572. OLE color: 544572.
HSL color Cylindrical-coordinate representation of color #3C4F08: hue angle of 76.06º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3C4F08 is Cyan = 0.24, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 60 | 79 | 8 | - |
| CMYK | 0.24 | 0 | 0.90 | 0.69 |
| HSL | 76.06º | 0.82% | 0.17% | - |
| HSV(B) | 76.06º | 0.9% | 0.31% | - |
| XYZ | 4.7 | 6.57 | 1.25 | - |
| YUV | 65.23 | 95.71 | 124.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 79 | 8 | 0.24 | 0 | 0.90 | 0.69 | 76.06 | 0.82 | 0.17 |
| Hex | 3C | 4F | 8 | 18 | 0 | 5A | 45 | 4C | 52 | 11 |
| Octal | 74 | 117 | 10 | 30 | 0 | 132 | 105 | 114 | 122 | 21 |
| Binary | 111100 | 1001111 | 1000 | 11000 | 0 | 1011010 | 1000101 | 1001100 | 1010010 | 10001 |
Color Harmonies of #3C4F08
Complementary color
Monochromatic Colors of #3C4F08
Black with #3C4F08
Text Example
Text Example
White with #3C4F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C4F08; }
p { color: rgb(60,79,8); }
H1.HeaderClassName
{
color: #3C4F08;
}
.AnyTagClassName
{
color: #3C4F08;
}
</style>
background-color css
<style>
a { background-color: #3C4F08; }
a { background-color: rgb(60,79,8); }
div.DivClassName
{
background-color: #3C4F08;
}
.BgClassName
{
background-color: #3C4F08;
}
</style>
border-color css
<style>
span { border-color: #3C4F08; }
span { border-color: rgb(60,79,8); }
td.TdClassName
{
border-color: #3C4F08;
}
.TagClassName
{
border-color: #3C4F08;
}
</style>