Shades of Verdun Green #3A6A04
Tints of Verdun Green #3A6A04
RGB
CMYK
RGB Variations
Color information
#3A6A04 (or 0x3A6A04) is known color: Verdun Green. HEX triplet: 3A, 6A and 04. RGB value is (58,106,4). Sum of RGB (Red+Green+Blue) = 58+106+4=168 (22% of max value = 765). Red value is 58 (23.05% from 255 or 34.52% from 168); Green value is 106 (41.80% from 255 or 63.10% from 168); Blue value is 4 (1.95% from 255 or 2.38% from 168); Max value from RGB is 106 - color contains mainly: green. Hex color #3A6A04 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A6A04 is #C595FB. Grayscale: #505050. Windows color (decimal): -12948988 or 289338. OLE color: 289338.
HSL color Cylindrical-coordinate representation of color #3A6A04: hue angle of 88.24º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3A6A04 is Cyan = 0.45, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 58 | 106 | 4 | - |
| CMYK | 0.45 | 0 | 0.96 | 0.58 |
| HSL | 88.24º | 0.93% | 0.22% | - |
| HSV(B) | 88.24º | 0.96% | 0.42% | - |
| XYZ | 6.92 | 11.22 | 1.92 | - |
| YUV | 80.02 | 85.1 | 112.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 106 | 4 | 0.45 | 0 | 0.96 | 0.58 | 88.24 | 0.93 | 0.22 |
| Hex | 3A | 6A | 4 | 2D | 0 | 60 | 3A | 58 | 5D | 16 |
| Octal | 72 | 152 | 4 | 55 | 0 | 140 | 72 | 130 | 135 | 26 |
| Binary | 111010 | 1101010 | 100 | 101101 | 0 | 1100000 | 111010 | 1011000 | 1011101 | 10110 |
Color Harmonies of #3A6A04
Complementary color
Monochromatic Colors of #3A6A04
Black with #3A6A04
Text Example
Text Example
White with #3A6A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A6A04; }
p { color: rgb(58,106,4); }
H1.HeaderClassName
{
color: #3A6A04;
}
.AnyTagClassName
{
color: #3A6A04;
}
</style>
background-color css
<style>
a { background-color: #3A6A04; }
a { background-color: rgb(58,106,4); }
div.DivClassName
{
background-color: #3A6A04;
}
.BgClassName
{
background-color: #3A6A04;
}
</style>
border-color css
<style>
span { border-color: #3A6A04; }
span { border-color: rgb(58,106,4); }
td.TdClassName
{
border-color: #3A6A04;
}
.TagClassName
{
border-color: #3A6A04;
}
</style>