Shades of Verdun Green #3A500A
Tints of Verdun Green #3A500A
RGB
CMYK
RGB Variations
Color information
#3A500A (or 0x3A500A) is known color: Verdun Green. HEX triplet: 3A, 50 and 0A. RGB value is (58,80,10). Sum of RGB (Red+Green+Blue) = 58+80+10=148 (19% of max value = 765). Red value is 58 (23.05% from 255 or 39.19% from 148); Green value is 80 (31.64% from 255 or 54.05% from 148); Blue value is 10 (4.30% from 255 or 6.76% from 148); Max value from RGB is 80 - color contains mainly: green. Hex color #3A500A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A500A is #C5AFF5. Grayscale: #414141. Windows color (decimal): -12955638 or 675898. OLE color: 675898.
HSL color Cylindrical-coordinate representation of color #3A500A: hue angle of 78.86º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3A500A is Cyan = 0.28, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 58 | 80 | 10 | - |
| CMYK | 0.28 | 0 | 0.87 | 0.69 |
| HSL | 78.86º | 0.78% | 0.18% | - |
| HSV(B) | 78.86º | 0.88% | 0.31% | - |
| XYZ | 4.67 | 6.66 | 1.33 | - |
| YUV | 65.44 | 96.71 | 122.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 80 | 10 | 0.28 | 0 | 0.87 | 0.69 | 78.86 | 0.78 | 0.18 |
| Hex | 3A | 50 | A | 1C | 0 | 57 | 45 | 4F | 4E | 12 |
| Octal | 72 | 120 | 12 | 34 | 0 | 127 | 105 | 117 | 116 | 22 |
| Binary | 111010 | 1010000 | 1010 | 11100 | 0 | 1010111 | 1000101 | 1001111 | 1001110 | 10010 |
Color Harmonies of #3A500A
Complementary color
Monochromatic Colors of #3A500A
Black with #3A500A
Text Example
Text Example
White with #3A500A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A500A; }
p { color: rgb(58,80,10); }
H1.HeaderClassName
{
color: #3A500A;
}
.AnyTagClassName
{
color: #3A500A;
}
</style>
background-color css
<style>
a { background-color: #3A500A; }
a { background-color: rgb(58,80,10); }
div.DivClassName
{
background-color: #3A500A;
}
.BgClassName
{
background-color: #3A500A;
}
</style>
border-color css
<style>
span { border-color: #3A500A; }
span { border-color: rgb(58,80,10); }
td.TdClassName
{
border-color: #3A500A;
}
.TagClassName
{
border-color: #3A500A;
}
</style>