Shades of Verdun Green #3C4B13
Tints of Verdun Green #3C4B13
RGB
CMYK
RGB Variations
Color information
#3C4B13 (or 0x3C4B13) is known color: Verdun Green. HEX triplet: 3C, 4B and 13. RGB value is (60,75,19). Sum of RGB (Red+Green+Blue) = 60+75+19=154 (20% of max value = 765). Red value is 60 (23.83% from 255 or 38.96% from 154); Green value is 75 (29.69% from 255 or 48.70% from 154); Blue value is 19 (7.81% from 255 or 12.34% from 154); Max value from RGB is 75 - color contains mainly: green. Hex color #3C4B13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C4B13 is #C3B4EC. Grayscale: #404040. Windows color (decimal): -12825837 or 1264444. OLE color: 1264444.
HSL color Cylindrical-coordinate representation of color #3C4B13: hue angle of 76.07º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3C4B13 is Cyan = 0.20, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 60 | 75 | 19 | - |
| CMYK | 0.20 | 0 | 0.75 | 0.71 |
| HSL | 76.07º | 0.6% | 0.18% | - |
| HSV(B) | 76.07º | 0.75% | 0.29% | - |
| XYZ | 4.5 | 6.04 | 1.54 | - |
| YUV | 64.13 | 102.53 | 125.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 75 | 19 | 0.20 | 0 | 0.75 | 0.71 | 76.07 | 0.6 | 0.18 |
| Hex | 3C | 4B | 13 | 14 | 0 | 4B | 47 | 4C | 3C | 12 |
| Octal | 74 | 113 | 23 | 24 | 0 | 113 | 107 | 114 | 74 | 22 |
| Binary | 111100 | 1001011 | 10011 | 10100 | 0 | 1001011 | 1000111 | 1001100 | 111100 | 10010 |
Color Harmonies of #3C4B13
Complementary color
Monochromatic Colors of #3C4B13
Black with #3C4B13
Text Example
Text Example
White with #3C4B13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C4B13; }
p { color: rgb(60,75,19); }
H1.HeaderClassName
{
color: #3C4B13;
}
.AnyTagClassName
{
color: #3C4B13;
}
</style>
background-color css
<style>
a { background-color: #3C4B13; }
a { background-color: rgb(60,75,19); }
div.DivClassName
{
background-color: #3C4B13;
}
.BgClassName
{
background-color: #3C4B13;
}
</style>
border-color css
<style>
span { border-color: #3C4B13; }
span { border-color: rgb(60,75,19); }
td.TdClassName
{
border-color: #3C4B13;
}
.TagClassName
{
border-color: #3C4B13;
}
</style>