Shades of Verdun Green #3A5514
Tints of Verdun Green #3A5514
RGB
CMYK
RGB Variations
Color information
#3A5514 (or 0x3A5514) is known color: Verdun Green. HEX triplet: 3A, 55 and 14. RGB value is (58,85,20). Sum of RGB (Red+Green+Blue) = 58+85+20=163 (21% of max value = 765). Red value is 58 (23.05% from 255 or 35.58% from 163); Green value is 85 (33.59% from 255 or 52.15% from 163); Blue value is 20 (8.20% from 255 or 12.27% from 163); Max value from RGB is 85 - color contains mainly: green. Hex color #3A5514 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A5514 is #C5AAEB. Grayscale: #454545. Windows color (decimal): -12954348 or 1332538. OLE color: 1332538.
HSL color Cylindrical-coordinate representation of color #3A5514: hue angle of 84.92º degrees, saturation: 0.62, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3A5514 is Cyan = 0.32, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 58 | 85 | 20 | - |
| CMYK | 0.32 | 0 | 0.76 | 0.67 |
| HSL | 84.92º | 0.62% | 0.21% | - |
| HSV(B) | 84.92º | 0.76% | 0.33% | - |
| XYZ | 5.12 | 7.45 | 1.83 | - |
| YUV | 69.52 | 100.05 | 119.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 85 | 20 | 0.32 | 0 | 0.76 | 0.67 | 84.92 | 0.62 | 0.21 |
| Hex | 3A | 55 | 14 | 20 | 0 | 4C | 43 | 55 | 3E | 15 |
| Octal | 72 | 125 | 24 | 40 | 0 | 114 | 103 | 125 | 76 | 25 |
| Binary | 111010 | 1010101 | 10100 | 100000 | 0 | 1001100 | 1000011 | 1010101 | 111110 | 10101 |
Color Harmonies of #3A5514
Complementary color
Monochromatic Colors of #3A5514
Black with #3A5514
Text Example
Text Example
White with #3A5514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A5514; }
p { color: rgb(58,85,20); }
H1.HeaderClassName
{
color: #3A5514;
}
.AnyTagClassName
{
color: #3A5514;
}
</style>
background-color css
<style>
a { background-color: #3A5514; }
a { background-color: rgb(58,85,20); }
div.DivClassName
{
background-color: #3A5514;
}
.BgClassName
{
background-color: #3A5514;
}
</style>
border-color css
<style>
span { border-color: #3A5514; }
span { border-color: rgb(58,85,20); }
td.TdClassName
{
border-color: #3A5514;
}
.TagClassName
{
border-color: #3A5514;
}
</style>