Shades of Verdun Green #3A4D0E
Tints of Verdun Green #3A4D0E
RGB
CMYK
RGB Variations
Color information
#3A4D0E (or 0x3A4D0E) is known color: Verdun Green. HEX triplet: 3A, 4D and 0E. RGB value is (58,77,14). Sum of RGB (Red+Green+Blue) = 58+77+14=149 (19% of max value = 765). Red value is 58 (23.05% from 255 or 38.93% from 149); Green value is 77 (30.47% from 255 or 51.68% from 149); Blue value is 14 (5.86% from 255 or 9.40% from 149); Max value from RGB is 77 - color contains mainly: green. Hex color #3A4D0E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A4D0E is #C5B2F1. Grayscale: #404040. Windows color (decimal): -12956402 or 937274. OLE color: 937274.
HSL color Cylindrical-coordinate representation of color #3A4D0E: hue angle of 78.1º degrees, saturation: 0.69, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3A4D0E is Cyan = 0.25, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 58 | 77 | 14 | - |
| CMYK | 0.25 | 0 | 0.82 | 0.70 |
| HSL | 78.1º | 0.69% | 0.18% | - |
| HSV(B) | 78.1º | 0.82% | 0.3% | - |
| XYZ | 4.48 | 6.24 | 1.38 | - |
| YUV | 64.14 | 99.71 | 123.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 77 | 14 | 0.25 | 0 | 0.82 | 0.70 | 78.1 | 0.69 | 0.18 |
| Hex | 3A | 4D | E | 19 | 0 | 52 | 46 | 4E | 45 | 12 |
| Octal | 72 | 115 | 16 | 31 | 0 | 122 | 106 | 116 | 105 | 22 |
| Binary | 111010 | 1001101 | 1110 | 11001 | 0 | 1010010 | 1000110 | 1001110 | 1000101 | 10010 |
Color Harmonies of #3A4D0E
Complementary color
Monochromatic Colors of #3A4D0E
Black with #3A4D0E
Text Example
Text Example
White with #3A4D0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A4D0E; }
p { color: rgb(58,77,14); }
H1.HeaderClassName
{
color: #3A4D0E;
}
.AnyTagClassName
{
color: #3A4D0E;
}
</style>
background-color css
<style>
a { background-color: #3A4D0E; }
a { background-color: rgb(58,77,14); }
div.DivClassName
{
background-color: #3A4D0E;
}
.BgClassName
{
background-color: #3A4D0E;
}
</style>
border-color css
<style>
span { border-color: #3A4D0E; }
span { border-color: rgb(58,77,14); }
td.TdClassName
{
border-color: #3A4D0E;
}
.TagClassName
{
border-color: #3A4D0E;
}
</style>