Shades of Verdun Green #3A6904
Tints of Verdun Green #3A6904
RGB
CMYK
RGB Variations
Color information
#3A6904 (or 0x3A6904) is known color: Verdun Green. HEX triplet: 3A, 69 and 04. RGB value is (58,105,4). Sum of RGB (Red+Green+Blue) = 58+105+4=167 (22% of max value = 765). Red value is 58 (23.05% from 255 or 34.73% from 167); Green value is 105 (41.41% from 255 or 62.87% from 167); Blue value is 4 (1.95% from 255 or 2.40% from 167); Max value from RGB is 105 - color contains mainly: green. Hex color #3A6904 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A6904 is #C596FB. Grayscale: #4F4F4F. Windows color (decimal): -12949244 or 289082. OLE color: 289082.
HSL color Cylindrical-coordinate representation of color #3A6904: hue angle of 87.92º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3A6904 is Cyan = 0.45, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 58 | 105 | 4 | - |
| CMYK | 0.45 | 0 | 0.96 | 0.59 |
| HSL | 87.92º | 0.93% | 0.21% | - |
| HSV(B) | 87.92º | 0.96% | 0.41% | - |
| XYZ | 6.82 | 11.01 | 1.88 | - |
| YUV | 79.43 | 85.43 | 112.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 105 | 4 | 0.45 | 0 | 0.96 | 0.59 | 87.92 | 0.93 | 0.21 |
| Hex | 3A | 69 | 4 | 2D | 0 | 60 | 3B | 58 | 5D | 15 |
| Octal | 72 | 151 | 4 | 55 | 0 | 140 | 73 | 130 | 135 | 25 |
| Binary | 111010 | 1101001 | 100 | 101101 | 0 | 1100000 | 111011 | 1011000 | 1011101 | 10101 |
Color Harmonies of #3A6904
Complementary color
Monochromatic Colors of #3A6904
Black with #3A6904
Text Example
Text Example
White with #3A6904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A6904; }
p { color: rgb(58,105,4); }
H1.HeaderClassName
{
color: #3A6904;
}
.AnyTagClassName
{
color: #3A6904;
}
</style>
background-color css
<style>
a { background-color: #3A6904; }
a { background-color: rgb(58,105,4); }
div.DivClassName
{
background-color: #3A6904;
}
.BgClassName
{
background-color: #3A6904;
}
</style>
border-color css
<style>
span { border-color: #3A6904; }
span { border-color: rgb(58,105,4); }
td.TdClassName
{
border-color: #3A6904;
}
.TagClassName
{
border-color: #3A6904;
}
</style>