Shades of Verdun Green #3A5616
Tints of Verdun Green #3A5616
RGB
CMYK
RGB Variations
Color information
#3A5616 (or 0x3A5616) is known color: Verdun Green. HEX triplet: 3A, 56 and 16. RGB value is (58,86,22). Sum of RGB (Red+Green+Blue) = 58+86+22=166 (21% of max value = 765). Red value is 58 (23.05% from 255 or 34.94% from 166); Green value is 86 (33.98% from 255 or 51.81% from 166); Blue value is 22 (8.98% from 255 or 13.25% from 166); Max value from RGB is 86 - color contains mainly: green. Hex color #3A5616 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A5616 is #C5A9E9. Grayscale: #464646. Windows color (decimal): -12954090 or 1463866. OLE color: 1463866.
HSL color Cylindrical-coordinate representation of color #3A5616: hue angle of 86.25º degrees, saturation: 0.59, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3A5616 is Cyan = 0.33, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 58 | 86 | 22 | - |
| CMYK | 0.33 | 0 | 0.74 | 0.66 |
| HSL | 86.25º | 0.59% | 0.21% | - |
| HSV(B) | 86.25º | 0.74% | 0.34% | - |
| XYZ | 5.22 | 7.61 | 1.95 | - |
| YUV | 70.33 | 100.72 | 119.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 86 | 22 | 0.33 | 0 | 0.74 | 0.66 | 86.25 | 0.59 | 0.21 |
| Hex | 3A | 56 | 16 | 21 | 0 | 4A | 42 | 56 | 3B | 15 |
| Octal | 72 | 126 | 26 | 41 | 0 | 112 | 102 | 126 | 73 | 25 |
| Binary | 111010 | 1010110 | 10110 | 100001 | 0 | 1001010 | 1000010 | 1010110 | 111011 | 10101 |
Color Harmonies of #3A5616
Complementary color
Monochromatic Colors of #3A5616
Black with #3A5616
Text Example
Text Example
White with #3A5616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A5616; }
p { color: rgb(58,86,22); }
H1.HeaderClassName
{
color: #3A5616;
}
.AnyTagClassName
{
color: #3A5616;
}
</style>
background-color css
<style>
a { background-color: #3A5616; }
a { background-color: rgb(58,86,22); }
div.DivClassName
{
background-color: #3A5616;
}
.BgClassName
{
background-color: #3A5616;
}
</style>
border-color css
<style>
span { border-color: #3A5616; }
span { border-color: rgb(58,86,22); }
td.TdClassName
{
border-color: #3A5616;
}
.TagClassName
{
border-color: #3A5616;
}
</style>