Shades of Verdun Green #3A6002
Tints of Verdun Green #3A6002
RGB
CMYK
RGB Variations
Color information
#3A6002 (or 0x3A6002) is known color: Verdun Green. HEX triplet: 3A, 60 and 02. RGB value is (58,96,2). Sum of RGB (Red+Green+Blue) = 58+96+2=156 (20% of max value = 765). Red value is 58 (23.05% from 255 or 37.18% from 156); Green value is 96 (37.89% from 255 or 61.54% from 156); Blue value is 2 (1.17% from 255 or 1.28% from 156); Max value from RGB is 96 - color contains mainly: green. Hex color #3A6002 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A6002 is #C59FFD. Grayscale: #4A4A4A. Windows color (decimal): -12951550 or 155706. OLE color: 155706.
HSL color Cylindrical-coordinate representation of color #3A6002: hue angle of 84.26º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3A6002 is Cyan = 0.40, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 58 | 96 | 2 | - |
| CMYK | 0.40 | 0 | 0.98 | 0.62 |
| HSL | 84.26º | 0.96% | 0.19% | - |
| HSV(B) | 84.26º | 0.98% | 0.38% | - |
| XYZ | 5.94 | 9.27 | 1.53 | - |
| YUV | 73.92 | 87.41 | 116.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 96 | 2 | 0.40 | 0 | 0.98 | 0.62 | 84.26 | 0.96 | 0.19 |
| Hex | 3A | 60 | 2 | 28 | 0 | 62 | 3E | 54 | 60 | 13 |
| Octal | 72 | 140 | 2 | 50 | 0 | 142 | 76 | 124 | 140 | 23 |
| Binary | 111010 | 1100000 | 10 | 101000 | 0 | 1100010 | 111110 | 1010100 | 1100000 | 10011 |
Color Harmonies of #3A6002
Complementary color
Monochromatic Colors of #3A6002
Black with #3A6002
Text Example
Text Example
White with #3A6002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A6002; }
p { color: rgb(58,96,2); }
H1.HeaderClassName
{
color: #3A6002;
}
.AnyTagClassName
{
color: #3A6002;
}
</style>
background-color css
<style>
a { background-color: #3A6002; }
a { background-color: rgb(58,96,2); }
div.DivClassName
{
background-color: #3A6002;
}
.BgClassName
{
background-color: #3A6002;
}
</style>
border-color css
<style>
span { border-color: #3A6002; }
span { border-color: rgb(58,96,2); }
td.TdClassName
{
border-color: #3A6002;
}
.TagClassName
{
border-color: #3A6002;
}
</style>