Shades of Verdun Green #3A500B
Tints of Verdun Green #3A500B
RGB
CMYK
RGB Variations
Color information
#3A500B (or 0x3A500B) is known color: Verdun Green. HEX triplet: 3A, 50 and 0B. RGB value is (58,80,11). Sum of RGB (Red+Green+Blue) = 58+80+11=149 (19% of max value = 765). Red value is 58 (23.05% from 255 or 38.93% from 149); Green value is 80 (31.64% from 255 or 53.69% from 149); Blue value is 11 (4.69% from 255 or 7.38% from 149); Max value from RGB is 80 - color contains mainly: green. Hex color #3A500B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A500B is #C5AFF4. Grayscale: #414141. Windows color (decimal): -12955637 or 741434. OLE color: 741434.
HSL color Cylindrical-coordinate representation of color #3A500B: hue angle of 79.13º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3A500B is Cyan = 0.28, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 58 | 80 | 11 | - |
| CMYK | 0.28 | 0 | 0.86 | 0.69 |
| HSL | 79.13º | 0.76% | 0.18% | - |
| HSV(B) | 79.13º | 0.86% | 0.31% | - |
| XYZ | 4.67 | 6.66 | 1.36 | - |
| YUV | 65.56 | 97.21 | 122.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 80 | 11 | 0.28 | 0 | 0.86 | 0.69 | 79.13 | 0.76 | 0.18 |
| Hex | 3A | 50 | B | 1C | 0 | 56 | 45 | 4F | 4C | 12 |
| Octal | 72 | 120 | 13 | 34 | 0 | 126 | 105 | 117 | 114 | 22 |
| Binary | 111010 | 1010000 | 1011 | 11100 | 0 | 1010110 | 1000101 | 1001111 | 1001100 | 10010 |
Color Harmonies of #3A500B
Complementary color
Monochromatic Colors of #3A500B
Black with #3A500B
Text Example
Text Example
White with #3A500B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A500B; }
p { color: rgb(58,80,11); }
H1.HeaderClassName
{
color: #3A500B;
}
.AnyTagClassName
{
color: #3A500B;
}
</style>
background-color css
<style>
a { background-color: #3A500B; }
a { background-color: rgb(58,80,11); }
div.DivClassName
{
background-color: #3A500B;
}
.BgClassName
{
background-color: #3A500B;
}
</style>
border-color css
<style>
span { border-color: #3A500B; }
span { border-color: rgb(58,80,11); }
td.TdClassName
{
border-color: #3A500B;
}
.TagClassName
{
border-color: #3A500B;
}
</style>