Shades of Verdun Green #3A4F13
Tints of Verdun Green #3A4F13
RGB
CMYK
RGB Variations
Color information
#3A4F13 (or 0x3A4F13) is known color: Verdun Green. HEX triplet: 3A, 4F and 13. RGB value is (58,79,19). Sum of RGB (Red+Green+Blue) = 58+79+19=156 (20% of max value = 765). Red value is 58 (23.05% from 255 or 37.18% from 156); Green value is 79 (31.25% from 255 or 50.64% from 156); Blue value is 19 (7.81% from 255 or 12.18% from 156); Max value from RGB is 79 - color contains mainly: green. Hex color #3A4F13 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A4F13 is #C5B0EC. Grayscale: #424242. Windows color (decimal): -12955885 or 1265466. OLE color: 1265466.
HSL color Cylindrical-coordinate representation of color #3A4F13: hue angle of 81º degrees, saturation: 0.61, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3A4F13 is Cyan = 0.27, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 58 | 79 | 19 | - |
| CMYK | 0.27 | 0 | 0.76 | 0.69 |
| HSL | 81º | 0.61% | 0.19% | - |
| HSV(B) | 81º | 0.76% | 0.31% | - |
| XYZ | 4.66 | 6.54 | 1.63 | - |
| YUV | 65.88 | 101.54 | 122.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 79 | 19 | 0.27 | 0 | 0.76 | 0.69 | 81 | 0.61 | 0.19 |
| Hex | 3A | 4F | 13 | 1B | 0 | 4C | 45 | 51 | 3D | 13 |
| Octal | 72 | 117 | 23 | 33 | 0 | 114 | 105 | 121 | 75 | 23 |
| Binary | 111010 | 1001111 | 10011 | 11011 | 0 | 1001100 | 1000101 | 1010001 | 111101 | 10011 |
Color Harmonies of #3A4F13
Complementary color
Monochromatic Colors of #3A4F13
Black with #3A4F13
Text Example
Text Example
White with #3A4F13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A4F13; }
p { color: rgb(58,79,19); }
H1.HeaderClassName
{
color: #3A4F13;
}
.AnyTagClassName
{
color: #3A4F13;
}
</style>
background-color css
<style>
a { background-color: #3A4F13; }
a { background-color: rgb(58,79,19); }
div.DivClassName
{
background-color: #3A4F13;
}
.BgClassName
{
background-color: #3A4F13;
}
</style>
border-color css
<style>
span { border-color: #3A4F13; }
span { border-color: rgb(58,79,19); }
td.TdClassName
{
border-color: #3A4F13;
}
.TagClassName
{
border-color: #3A4F13;
}
</style>