Shades of Verdun Green #3A5504
Tints of Verdun Green #3A5504
RGB
CMYK
RGB Variations
Color information
#3A5504 (or 0x3A5504) is known color: Verdun Green. HEX triplet: 3A, 55 and 04. RGB value is (58,85,4). Sum of RGB (Red+Green+Blue) = 58+85+4=147 (19% of max value = 765). Red value is 58 (23.05% from 255 or 39.46% from 147); Green value is 85 (33.59% from 255 or 57.82% from 147); Blue value is 4 (1.95% from 255 or 2.72% from 147); Max value from RGB is 85 - color contains mainly: green. Hex color #3A5504 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A5504 is #C5AAFB. Grayscale: #434343. Windows color (decimal): -12954364 or 283962. OLE color: 283962.
HSL color Cylindrical-coordinate representation of color #3A5504: hue angle of 80º 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 #3A5504 is Cyan = 0.32, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 58 | 85 | 4 | - |
| CMYK | 0.32 | 0 | 0.95 | 0.67 |
| HSL | 80º | 0.91% | 0.17% | - |
| HSV(B) | 80º | 0.95% | 0.33% | - |
| XYZ | 5.02 | 7.41 | 1.28 | - |
| YUV | 67.69 | 92.05 | 121.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 85 | 4 | 0.32 | 0 | 0.95 | 0.67 | 80 | 0.91 | 0.17 |
| Hex | 3A | 55 | 4 | 20 | 0 | 5F | 43 | 50 | 5B | 11 |
| Octal | 72 | 125 | 4 | 40 | 0 | 137 | 103 | 120 | 133 | 21 |
| Binary | 111010 | 1010101 | 100 | 100000 | 0 | 1011111 | 1000011 | 1010000 | 1011011 | 10001 |
Color Harmonies of #3A5504
Complementary color
Monochromatic Colors of #3A5504
Black with #3A5504
Text Example
Text Example
White with #3A5504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A5504; }
p { color: rgb(58,85,4); }
H1.HeaderClassName
{
color: #3A5504;
}
.AnyTagClassName
{
color: #3A5504;
}
</style>
background-color css
<style>
a { background-color: #3A5504; }
a { background-color: rgb(58,85,4); }
div.DivClassName
{
background-color: #3A5504;
}
.BgClassName
{
background-color: #3A5504;
}
</style>
border-color css
<style>
span { border-color: #3A5504; }
span { border-color: rgb(58,85,4); }
td.TdClassName
{
border-color: #3A5504;
}
.TagClassName
{
border-color: #3A5504;
}
</style>