Shades of Verdun Green #3A680A
Tints of Verdun Green #3A680A
RGB
CMYK
RGB Variations
Color information
#3A680A (or 0x3A680A) is known color: Verdun Green. HEX triplet: 3A, 68 and 0A. RGB value is (58,104,10). Sum of RGB (Red+Green+Blue) = 58+104+10=172 (22% of max value = 765). Red value is 58 (23.05% from 255 or 33.72% from 172); Green value is 104 (41.02% from 255 or 60.47% from 172); Blue value is 10 (4.30% from 255 or 5.81% from 172); Max value from RGB is 104 - color contains mainly: green. Hex color #3A680A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A680A is #C597F5. Grayscale: #4F4F4F. Windows color (decimal): -12949494 or 682042. OLE color: 682042.
HSL color Cylindrical-coordinate representation of color #3A680A: hue angle of 89.36º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3A680A is Cyan = 0.44, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 58 | 104 | 10 | - |
| CMYK | 0.44 | 0 | 0.90 | 0.59 |
| HSL | 89.36º | 0.82% | 0.22% | - |
| HSV(B) | 89.36º | 0.9% | 0.41% | - |
| XYZ | 6.75 | 10.82 | 2.02 | - |
| YUV | 79.53 | 88.76 | 112.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 104 | 10 | 0.44 | 0 | 0.90 | 0.59 | 89.36 | 0.82 | 0.22 |
| Hex | 3A | 68 | A | 2C | 0 | 5A | 3B | 59 | 52 | 16 |
| Octal | 72 | 150 | 12 | 54 | 0 | 132 | 73 | 131 | 122 | 26 |
| Binary | 111010 | 1101000 | 1010 | 101100 | 0 | 1011010 | 111011 | 1011001 | 1010010 | 10110 |
Color Harmonies of #3A680A
Complementary color
Monochromatic Colors of #3A680A
Black with #3A680A
Text Example
Text Example
White with #3A680A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A680A; }
p { color: rgb(58,104,10); }
H1.HeaderClassName
{
color: #3A680A;
}
.AnyTagClassName
{
color: #3A680A;
}
</style>
background-color css
<style>
a { background-color: #3A680A; }
a { background-color: rgb(58,104,10); }
div.DivClassName
{
background-color: #3A680A;
}
.BgClassName
{
background-color: #3A680A;
}
</style>
border-color css
<style>
span { border-color: #3A680A; }
span { border-color: rgb(58,104,10); }
td.TdClassName
{
border-color: #3A680A;
}
.TagClassName
{
border-color: #3A680A;
}
</style>