Shades of Verdun Green #3A510A
Tints of Verdun Green #3A510A
RGB
CMYK
RGB Variations
Color information
#3A510A (or 0x3A510A) is known color: Verdun Green. HEX triplet: 3A, 51 and 0A. RGB value is (58,81,10). Sum of RGB (Red+Green+Blue) = 58+81+10=149 (19% of max value = 765). Red value is 58 (23.05% from 255 or 38.93% from 149); Green value is 81 (32.03% from 255 or 54.36% from 149); Blue value is 10 (4.30% from 255 or 6.71% from 149); Max value from RGB is 81 - color contains mainly: green. Hex color #3A510A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A510A is #C5AEF5. Grayscale: #424242. Windows color (decimal): -12955382 or 676154. OLE color: 676154.
HSL color Cylindrical-coordinate representation of color #3A510A: hue angle of 79.44º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3A510A is Cyan = 0.28, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 58 | 81 | 10 | - |
| CMYK | 0.28 | 0 | 0.88 | 0.68 |
| HSL | 79.44º | 0.78% | 0.18% | - |
| HSV(B) | 79.44º | 0.88% | 0.32% | - |
| XYZ | 4.74 | 6.81 | 1.35 | - |
| YUV | 66.03 | 96.38 | 122.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 81 | 10 | 0.28 | 0 | 0.88 | 0.68 | 79.44 | 0.78 | 0.18 |
| Hex | 3A | 51 | A | 1C | 0 | 58 | 44 | 4F | 4E | 12 |
| Octal | 72 | 121 | 12 | 34 | 0 | 130 | 104 | 117 | 116 | 22 |
| Binary | 111010 | 1010001 | 1010 | 11100 | 0 | 1011000 | 1000100 | 1001111 | 1001110 | 10010 |
Color Harmonies of #3A510A
Complementary color
Monochromatic Colors of #3A510A
Black with #3A510A
Text Example
Text Example
White with #3A510A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A510A; }
p { color: rgb(58,81,10); }
H1.HeaderClassName
{
color: #3A510A;
}
.AnyTagClassName
{
color: #3A510A;
}
</style>
background-color css
<style>
a { background-color: #3A510A; }
a { background-color: rgb(58,81,10); }
div.DivClassName
{
background-color: #3A510A;
}
.BgClassName
{
background-color: #3A510A;
}
</style>
border-color css
<style>
span { border-color: #3A510A; }
span { border-color: rgb(58,81,10); }
td.TdClassName
{
border-color: #3A510A;
}
.TagClassName
{
border-color: #3A510A;
}
</style>