Shades of Verdun Green #3A5404
Tints of Verdun Green #3A5404
RGB
CMYK
RGB Variations
Color information
#3A5404 (or 0x3A5404) is known color: Verdun Green. HEX triplet: 3A, 54 and 04. RGB value is (58,84,4). Sum of RGB (Red+Green+Blue) = 58+84+4=146 (19% of max value = 765). Red value is 58 (23.05% from 255 or 39.73% from 146); Green value is 84 (33.20% from 255 or 57.53% from 146); Blue value is 4 (1.95% from 255 or 2.74% from 146); Max value from RGB is 84 - color contains mainly: green. Hex color #3A5404 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A5404 is #C5ABFB. Grayscale: #434343. Windows color (decimal): -12954620 or 283706. OLE color: 283706.
HSL color Cylindrical-coordinate representation of color #3A5404: hue angle of 79.5º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3A5404 is Cyan = 0.31, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 58 | 84 | 4 | - |
| CMYK | 0.31 | 0 | 0.95 | 0.67 |
| HSL | 79.5º | 0.91% | 0.17% | - |
| HSV(B) | 79.5º | 0.95% | 0.33% | - |
| XYZ | 4.94 | 7.25 | 1.25 | - |
| YUV | 67.11 | 92.39 | 121.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 84 | 4 | 0.31 | 0 | 0.95 | 0.67 | 79.5 | 0.91 | 0.17 |
| Hex | 3A | 54 | 4 | 1F | 0 | 5F | 43 | 50 | 5B | 11 |
| Octal | 72 | 124 | 4 | 37 | 0 | 137 | 103 | 120 | 133 | 21 |
| Binary | 111010 | 1010100 | 100 | 11111 | 0 | 1011111 | 1000011 | 1010000 | 1011011 | 10001 |
Color Harmonies of #3A5404
Complementary color
Monochromatic Colors of #3A5404
Black with #3A5404
Text Example
Text Example
White with #3A5404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A5404; }
p { color: rgb(58,84,4); }
H1.HeaderClassName
{
color: #3A5404;
}
.AnyTagClassName
{
color: #3A5404;
}
</style>
background-color css
<style>
a { background-color: #3A5404; }
a { background-color: rgb(58,84,4); }
div.DivClassName
{
background-color: #3A5404;
}
.BgClassName
{
background-color: #3A5404;
}
</style>
border-color css
<style>
span { border-color: #3A5404; }
span { border-color: rgb(58,84,4); }
td.TdClassName
{
border-color: #3A5404;
}
.TagClassName
{
border-color: #3A5404;
}
</style>