Shades of Verdun Green #3A6D04
Tints of Verdun Green #3A6D04
RGB
CMYK
RGB Variations
Color information
#3A6D04 (or 0x3A6D04) is known color: Verdun Green. HEX triplet: 3A, 6D and 04. RGB value is (58,109,4). Sum of RGB (Red+Green+Blue) = 58+109+4=171 (22% of max value = 765). Red value is 58 (23.05% from 255 or 33.92% from 171); Green value is 109 (42.97% from 255 or 63.74% from 171); Blue value is 4 (1.95% from 255 or 2.34% from 171); Max value from RGB is 109 - color contains mainly: green. Hex color #3A6D04 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A6D04 is #C592FB. Grayscale: #525252. Windows color (decimal): -12948220 or 290106. OLE color: 290106.
HSL color Cylindrical-coordinate representation of color #3A6D04: hue angle of 89.14º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3A6D04 is Cyan = 0.47, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 58 | 109 | 4 | - |
| CMYK | 0.47 | 0 | 0.96 | 0.57 |
| HSL | 89.14º | 0.93% | 0.22% | - |
| HSV(B) | 89.14º | 0.96% | 0.43% | - |
| XYZ | 7.24 | 11.85 | 2.02 | - |
| YUV | 81.78 | 84.1 | 111.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 109 | 4 | 0.47 | 0 | 0.96 | 0.57 | 89.14 | 0.93 | 0.22 |
| Hex | 3A | 6D | 4 | 2F | 0 | 60 | 39 | 59 | 5D | 16 |
| Octal | 72 | 155 | 4 | 57 | 0 | 140 | 71 | 131 | 135 | 26 |
| Binary | 111010 | 1101101 | 100 | 101111 | 0 | 1100000 | 111001 | 1011001 | 1011101 | 10110 |
Color Harmonies of #3A6D04
Complementary color
Monochromatic Colors of #3A6D04
Black with #3A6D04
Text Example
Text Example
White with #3A6D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A6D04; }
p { color: rgb(58,109,4); }
H1.HeaderClassName
{
color: #3A6D04;
}
.AnyTagClassName
{
color: #3A6D04;
}
</style>
background-color css
<style>
a { background-color: #3A6D04; }
a { background-color: rgb(58,109,4); }
div.DivClassName
{
background-color: #3A6D04;
}
.BgClassName
{
background-color: #3A6D04;
}
</style>
border-color css
<style>
span { border-color: #3A6D04; }
span { border-color: rgb(58,109,4); }
td.TdClassName
{
border-color: #3A6D04;
}
.TagClassName
{
border-color: #3A6D04;
}
</style>