Shades of Verdun Green #3A6000
Tints of Verdun Green #3A6000
RGB
CMYK
RGB Variations
Color information
#3A6000 (or 0x3A6000) is known color: Verdun Green. HEX triplet: 3A, 60 and 00. RGB value is (58,96,0). Sum of RGB (Red+Green+Blue) = 58+96+0=154 (20% of max value = 765). Red value is 58 (23.05% from 255 or 37.66% from 154); Green value is 96 (37.89% from 255 or 62.34% from 154); Blue value is 0 (0.39% from 255 or 0% from 154); Max value from RGB is 96 - color contains mainly: green. Hex color #3A6000 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A6000 is #C59FFF. Grayscale: #4A4A4A. Windows color (decimal): -12951552 or 24634. OLE color: 24634.
HSL color Cylindrical-coordinate representation of color #3A6000: hue angle of 83.75º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3A6000 is Cyan = 0.40, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 58 | 96 | 0 | - |
| CMYK | 0.40 | 0 | 1 | 0.62 |
| HSL | 83.75º | 1% | 0.19% | - |
| HSV(B) | 83.75º | 1% | 0.38% | - |
| XYZ | 5.93 | 9.27 | 1.48 | - |
| YUV | 73.69 | 86.41 | 116.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 96 | 0 | 0.40 | 0 | 1 | 0.62 | 83.75 | 1 | 0.19 |
| Hex | 3A | 60 | 0 | 28 | 0 | 64 | 3E | 54 | 64 | 13 |
| Octal | 72 | 140 | 0 | 50 | 0 | 144 | 76 | 124 | 144 | 23 |
| Binary | 111010 | 1100000 | 0 | 101000 | 0 | 1100100 | 111110 | 1010100 | 1100100 | 10011 |
Color Harmonies of #3A6000
Complementary color
Monochromatic Colors of #3A6000
Black with #3A6000
Text Example
Text Example
White with #3A6000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A6000; }
p { color: rgb(58,96,0); }
H1.HeaderClassName
{
color: #3A6000;
}
.AnyTagClassName
{
color: #3A6000;
}
</style>
background-color css
<style>
a { background-color: #3A6000; }
a { background-color: rgb(58,96,0); }
div.DivClassName
{
background-color: #3A6000;
}
.BgClassName
{
background-color: #3A6000;
}
</style>
border-color css
<style>
span { border-color: #3A6000; }
span { border-color: rgb(58,96,0); }
td.TdClassName
{
border-color: #3A6000;
}
.TagClassName
{
border-color: #3A6000;
}
</style>