Shades of Verdun Green #3A4901
Tints of Verdun Green #3A4901
RGB
CMYK
RGB Variations
Color information
#3A4901 (or 0x3A4901) is known color: Verdun Green. HEX triplet: 3A, 49 and 01. RGB value is (58,73,1). Sum of RGB (Red+Green+Blue) = 58+73+1=132 (17% of max value = 765). Red value is 58 (23.05% from 255 or 43.94% from 132); Green value is 73 (28.91% from 255 or 55.30% from 132); Blue value is 1 (0.78% from 255 or 0.76% from 132); Max value from RGB is 73 - color contains mainly: green. Hex color #3A4901 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A4901 is #C5B6FE. Grayscale: #3C3C3C. Windows color (decimal): -12957439 or 84282. OLE color: 84282.
HSL color Cylindrical-coordinate representation of color #3A4901: hue angle of 72.5º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3A4901 is Cyan = 0.21, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 58 | 73 | 1 | - |
| CMYK | 0.21 | 0 | 0.99 | 0.71 |
| HSL | 72.5º | 0.97% | 0.15% | - |
| HSV(B) | 72.5º | 0.99% | 0.29% | - |
| XYZ | 4.13 | 5.67 | 0.9 | - |
| YUV | 60.31 | 94.53 | 126.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 73 | 1 | 0.21 | 0 | 0.99 | 0.71 | 72.5 | 0.97 | 0.15 |
| Hex | 3A | 49 | 1 | 15 | 0 | 63 | 47 | 48 | 61 | F |
| Octal | 72 | 111 | 1 | 25 | 0 | 143 | 107 | 110 | 141 | 17 |
| Binary | 111010 | 1001001 | 1 | 10101 | 0 | 1100011 | 1000111 | 1001000 | 1100001 | 1111 |
Color Harmonies of #3A4901
Complementary color
Monochromatic Colors of #3A4901
Black with #3A4901
Text Example
Text Example
White with #3A4901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A4901; }
p { color: rgb(58,73,1); }
H1.HeaderClassName
{
color: #3A4901;
}
.AnyTagClassName
{
color: #3A4901;
}
</style>
background-color css
<style>
a { background-color: #3A4901; }
a { background-color: rgb(58,73,1); }
div.DivClassName
{
background-color: #3A4901;
}
.BgClassName
{
background-color: #3A4901;
}
</style>
border-color css
<style>
span { border-color: #3A4901; }
span { border-color: rgb(58,73,1); }
td.TdClassName
{
border-color: #3A4901;
}
.TagClassName
{
border-color: #3A4901;
}
</style>