Shades of Verdun Green #3A6400
Tints of Verdun Green #3A6400
RGB
CMYK
RGB Variations
Color information
#3A6400 (or 0x3A6400) is known color: Verdun Green. HEX triplet: 3A, 64 and 00. RGB value is (58,100,0). Sum of RGB (Red+Green+Blue) = 58+100+0=158 (20% of max value = 765). Red value is 58 (23.05% from 255 or 36.71% from 158); Green value is 100 (39.45% from 255 or 63.29% from 158); Blue value is 0 (0.39% from 255 or 0% from 158); Max value from RGB is 100 - color contains mainly: green. Hex color #3A6400 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A6400 is #C59BFF. Grayscale: #4C4C4C. Windows color (decimal): -12950528 or 25658. OLE color: 25658.
HSL color Cylindrical-coordinate representation of color #3A6400: hue angle of 85.2º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3A6400 is Cyan = 0.42, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 58 | 100 | 0 | - |
| CMYK | 0.42 | 0 | 1 | 0.61 |
| HSL | 85.2º | 1% | 0.2% | - |
| HSV(B) | 85.2º | 1% | 0.39% | - |
| XYZ | 6.3 | 10.01 | 1.6 | - |
| YUV | 76.04 | 85.09 | 115.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 100 | 0 | 0.42 | 0 | 1 | 0.61 | 85.2 | 1 | 0.2 |
| Hex | 3A | 64 | 0 | 2A | 0 | 64 | 3D | 55 | 64 | 14 |
| Octal | 72 | 144 | 0 | 52 | 0 | 144 | 75 | 125 | 144 | 24 |
| Binary | 111010 | 1100100 | 0 | 101010 | 0 | 1100100 | 111101 | 1010101 | 1100100 | 10100 |
Color Harmonies of #3A6400
Complementary color
Monochromatic Colors of #3A6400
Black with #3A6400
Text Example
Text Example
White with #3A6400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A6400; }
p { color: rgb(58,100,0); }
H1.HeaderClassName
{
color: #3A6400;
}
.AnyTagClassName
{
color: #3A6400;
}
</style>
background-color css
<style>
a { background-color: #3A6400; }
a { background-color: rgb(58,100,0); }
div.DivClassName
{
background-color: #3A6400;
}
.BgClassName
{
background-color: #3A6400;
}
</style>
border-color css
<style>
span { border-color: #3A6400; }
span { border-color: rgb(58,100,0); }
td.TdClassName
{
border-color: #3A6400;
}
.TagClassName
{
border-color: #3A6400;
}
</style>