Shades of Verdun Green #3A6A03
Tints of Verdun Green #3A6A03
RGB
CMYK
RGB Variations
Color information
#3A6A03 (or 0x3A6A03) is known color: Verdun Green. HEX triplet: 3A, 6A and 03. RGB value is (58,106,3). Sum of RGB (Red+Green+Blue) = 58+106+3=167 (22% of max value = 765). Red value is 58 (23.05% from 255 or 34.73% from 167); Green value is 106 (41.80% from 255 or 63.47% from 167); Blue value is 3 (1.56% from 255 or 1.80% from 167); Max value from RGB is 106 - color contains mainly: green. Hex color #3A6A03 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A6A03 is #C595FC. Grayscale: #505050. Windows color (decimal): -12948989 or 223802. OLE color: 223802.
HSL color Cylindrical-coordinate representation of color #3A6A03: hue angle of 87.96º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3A6A03 is Cyan = 0.45, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 58 | 106 | 3 | - |
| CMYK | 0.45 | 0 | 0.97 | 0.58 |
| HSL | 87.96º | 0.94% | 0.21% | - |
| HSV(B) | 87.96º | 0.97% | 0.42% | - |
| XYZ | 6.92 | 11.21 | 1.89 | - |
| YUV | 79.91 | 84.6 | 112.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 106 | 3 | 0.45 | 0 | 0.97 | 0.58 | 87.96 | 0.94 | 0.21 |
| Hex | 3A | 6A | 3 | 2D | 0 | 61 | 3A | 58 | 5E | 15 |
| Octal | 72 | 152 | 3 | 55 | 0 | 141 | 72 | 130 | 136 | 25 |
| Binary | 111010 | 1101010 | 11 | 101101 | 0 | 1100001 | 111010 | 1011000 | 1011110 | 10101 |
Color Harmonies of #3A6A03
Complementary color
Monochromatic Colors of #3A6A03
Black with #3A6A03
Text Example
Text Example
White with #3A6A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A6A03; }
p { color: rgb(58,106,3); }
H1.HeaderClassName
{
color: #3A6A03;
}
.AnyTagClassName
{
color: #3A6A03;
}
</style>
background-color css
<style>
a { background-color: #3A6A03; }
a { background-color: rgb(58,106,3); }
div.DivClassName
{
background-color: #3A6A03;
}
.BgClassName
{
background-color: #3A6A03;
}
</style>
border-color css
<style>
span { border-color: #3A6A03; }
span { border-color: rgb(58,106,3); }
td.TdClassName
{
border-color: #3A6A03;
}
.TagClassName
{
border-color: #3A6A03;
}
</style>