Shades of Verdun Green #3A6803
Tints of Verdun Green #3A6803
RGB
CMYK
RGB Variations
Color information
#3A6803 (or 0x3A6803) is known color: Verdun Green. HEX triplet: 3A, 68 and 03. RGB value is (58,104,3). Sum of RGB (Red+Green+Blue) = 58+104+3=165 (21% of max value = 765). Red value is 58 (23.05% from 255 or 35.15% from 165); Green value is 104 (41.02% from 255 or 63.03% from 165); Blue value is 3 (1.56% from 255 or 1.82% from 165); Max value from RGB is 104 - color contains mainly: green. Hex color #3A6803 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A6803 is #C597FC. Grayscale: #4F4F4F. Windows color (decimal): -12949501 or 223290. OLE color: 223290.
HSL color Cylindrical-coordinate representation of color #3A6803: hue angle of 87.33º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3A6803 is Cyan = 0.44, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 58 | 104 | 3 | - |
| CMYK | 0.44 | 0 | 0.97 | 0.59 |
| HSL | 87.33º | 0.94% | 0.21% | - |
| HSV(B) | 87.33º | 0.97% | 0.41% | - |
| XYZ | 6.71 | 10.81 | 1.82 | - |
| YUV | 78.73 | 85.26 | 113.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 104 | 3 | 0.44 | 0 | 0.97 | 0.59 | 87.33 | 0.94 | 0.21 |
| Hex | 3A | 68 | 3 | 2C | 0 | 61 | 3B | 57 | 5E | 15 |
| Octal | 72 | 150 | 3 | 54 | 0 | 141 | 73 | 127 | 136 | 25 |
| Binary | 111010 | 1101000 | 11 | 101100 | 0 | 1100001 | 111011 | 1010111 | 1011110 | 10101 |
Color Harmonies of #3A6803
Complementary color
Monochromatic Colors of #3A6803
Black with #3A6803
Text Example
Text Example
White with #3A6803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A6803; }
p { color: rgb(58,104,3); }
H1.HeaderClassName
{
color: #3A6803;
}
.AnyTagClassName
{
color: #3A6803;
}
</style>
background-color css
<style>
a { background-color: #3A6803; }
a { background-color: rgb(58,104,3); }
div.DivClassName
{
background-color: #3A6803;
}
.BgClassName
{
background-color: #3A6803;
}
</style>
border-color css
<style>
span { border-color: #3A6803; }
span { border-color: rgb(58,104,3); }
td.TdClassName
{
border-color: #3A6803;
}
.TagClassName
{
border-color: #3A6803;
}
</style>