Shades of Verdun Green #3C4B0D
Tints of Verdun Green #3C4B0D
RGB
CMYK
RGB Variations
Color information
#3C4B0D (or 0x3C4B0D) is known color: Verdun Green. HEX triplet: 3C, 4B and 0D. RGB value is (60,75,13). Sum of RGB (Red+Green+Blue) = 60+75+13=148 (19% of max value = 765). Red value is 60 (23.83% from 255 or 40.54% from 148); Green value is 75 (29.69% from 255 or 50.68% from 148); Blue value is 13 (5.47% from 255 or 8.78% from 148); Max value from RGB is 75 - color contains mainly: green. Hex color #3C4B0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C4B0D is #C3B4F2. Grayscale: #3F3F3F. Windows color (decimal): -12825843 or 871228. OLE color: 871228.
HSL color Cylindrical-coordinate representation of color #3C4B0D: hue angle of 74.52º degrees, saturation: 0.7, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3C4B0D is Cyan = 0.20, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 60 | 75 | 13 | - |
| CMYK | 0.20 | 0 | 0.83 | 0.71 |
| HSL | 74.52º | 0.7% | 0.17% | - |
| HSV(B) | 74.52º | 0.83% | 0.29% | - |
| XYZ | 4.45 | 6.02 | 1.31 | - |
| YUV | 63.45 | 99.53 | 125.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 75 | 13 | 0.20 | 0 | 0.83 | 0.71 | 74.52 | 0.7 | 0.17 |
| Hex | 3C | 4B | D | 14 | 0 | 53 | 47 | 4B | 46 | 11 |
| Octal | 74 | 113 | 15 | 24 | 0 | 123 | 107 | 113 | 106 | 21 |
| Binary | 111100 | 1001011 | 1101 | 10100 | 0 | 1010011 | 1000111 | 1001011 | 1000110 | 10001 |
Color Harmonies of #3C4B0D
Complementary color
Monochromatic Colors of #3C4B0D
Black with #3C4B0D
Text Example
Text Example
White with #3C4B0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C4B0D; }
p { color: rgb(60,75,13); }
H1.HeaderClassName
{
color: #3C4B0D;
}
.AnyTagClassName
{
color: #3C4B0D;
}
</style>
background-color css
<style>
a { background-color: #3C4B0D; }
a { background-color: rgb(60,75,13); }
div.DivClassName
{
background-color: #3C4B0D;
}
.BgClassName
{
background-color: #3C4B0D;
}
</style>
border-color css
<style>
span { border-color: #3C4B0D; }
span { border-color: rgb(60,75,13); }
td.TdClassName
{
border-color: #3C4B0D;
}
.TagClassName
{
border-color: #3C4B0D;
}
</style>