Shades of Verdun Green #3A4C0D
Tints of Verdun Green #3A4C0D
RGB
CMYK
RGB Variations
Color information
#3A4C0D (or 0x3A4C0D) is known color: Verdun Green. HEX triplet: 3A, 4C and 0D. RGB value is (58,76,13). Sum of RGB (Red+Green+Blue) = 58+76+13=147 (19% of max value = 765). Red value is 58 (23.05% from 255 or 39.46% from 147); Green value is 76 (30.08% from 255 or 51.70% from 147); Blue value is 13 (5.47% from 255 or 8.84% from 147); Max value from RGB is 76 - color contains mainly: green. Hex color #3A4C0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A4C0D is #C5B3F2. Grayscale: #3F3F3F. Windows color (decimal): -12956659 or 871482. OLE color: 871482.
HSL color Cylindrical-coordinate representation of color #3A4C0D: hue angle of 77.14º degrees, saturation: 0.71, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3A4C0D is Cyan = 0.24, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 58 | 76 | 13 | - |
| CMYK | 0.24 | 0 | 0.83 | 0.70 |
| HSL | 77.14º | 0.71% | 0.17% | - |
| HSV(B) | 77.14º | 0.83% | 0.3% | - |
| XYZ | 4.4 | 6.1 | 1.33 | - |
| YUV | 63.44 | 99.54 | 124.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 76 | 13 | 0.24 | 0 | 0.83 | 0.70 | 77.14 | 0.71 | 0.17 |
| Hex | 3A | 4C | D | 18 | 0 | 53 | 46 | 4D | 47 | 11 |
| Octal | 72 | 114 | 15 | 30 | 0 | 123 | 106 | 115 | 107 | 21 |
| Binary | 111010 | 1001100 | 1101 | 11000 | 0 | 1010011 | 1000110 | 1001101 | 1000111 | 10001 |
Color Harmonies of #3A4C0D
Complementary color
Monochromatic Colors of #3A4C0D
Black with #3A4C0D
Text Example
Text Example
White with #3A4C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A4C0D; }
p { color: rgb(58,76,13); }
H1.HeaderClassName
{
color: #3A4C0D;
}
.AnyTagClassName
{
color: #3A4C0D;
}
</style>
background-color css
<style>
a { background-color: #3A4C0D; }
a { background-color: rgb(58,76,13); }
div.DivClassName
{
background-color: #3A4C0D;
}
.BgClassName
{
background-color: #3A4C0D;
}
</style>
border-color css
<style>
span { border-color: #3A4C0D; }
span { border-color: rgb(58,76,13); }
td.TdClassName
{
border-color: #3A4C0D;
}
.TagClassName
{
border-color: #3A4C0D;
}
</style>