Shades of Verdun Green #3A6102
Tints of Verdun Green #3A6102
RGB
CMYK
RGB Variations
Color information
#3A6102 (or 0x3A6102) is known color: Verdun Green. HEX triplet: 3A, 61 and 02. RGB value is (58,97,2). Sum of RGB (Red+Green+Blue) = 58+97+2=157 (20% of max value = 765). Red value is 58 (23.05% from 255 or 36.94% from 157); Green value is 97 (38.28% from 255 or 61.78% from 157); Blue value is 2 (1.17% from 255 or 1.27% from 157); Max value from RGB is 97 - color contains mainly: green. Hex color #3A6102 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A6102 is #C59EFD. Grayscale: #4A4A4A. Windows color (decimal): -12951294 or 155962. OLE color: 155962.
HSL color Cylindrical-coordinate representation of color #3A6102: hue angle of 84.63º 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 #3A6102 is Cyan = 0.40, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 58 | 97 | 2 | - |
| CMYK | 0.40 | 0 | 0.98 | 0.62 |
| HSL | 84.63º | 0.96% | 0.19% | - |
| HSV(B) | 84.63º | 0.98% | 0.38% | - |
| XYZ | 6.03 | 9.45 | 1.56 | - |
| YUV | 74.51 | 87.08 | 116.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 97 | 2 | 0.40 | 0 | 0.98 | 0.62 | 84.63 | 0.96 | 0.19 |
| Hex | 3A | 61 | 2 | 28 | 0 | 62 | 3E | 55 | 60 | 13 |
| Octal | 72 | 141 | 2 | 50 | 0 | 142 | 76 | 125 | 140 | 23 |
| Binary | 111010 | 1100001 | 10 | 101000 | 0 | 1100010 | 111110 | 1010101 | 1100000 | 10011 |
Color Harmonies of #3A6102
Complementary color
Monochromatic Colors of #3A6102
Black with #3A6102
Text Example
Text Example
White with #3A6102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A6102; }
p { color: rgb(58,97,2); }
H1.HeaderClassName
{
color: #3A6102;
}
.AnyTagClassName
{
color: #3A6102;
}
</style>
background-color css
<style>
a { background-color: #3A6102; }
a { background-color: rgb(58,97,2); }
div.DivClassName
{
background-color: #3A6102;
}
.BgClassName
{
background-color: #3A6102;
}
</style>
border-color css
<style>
span { border-color: #3A6102; }
span { border-color: rgb(58,97,2); }
td.TdClassName
{
border-color: #3A6102;
}
.TagClassName
{
border-color: #3A6102;
}
</style>