Shades of Verdun Green #3A520B
Tints of Verdun Green #3A520B
RGB
CMYK
RGB Variations
Color information
#3A520B (or 0x3A520B) is known color: Verdun Green. HEX triplet: 3A, 52 and 0B. RGB value is (58,82,11). Sum of RGB (Red+Green+Blue) = 58+82+11=151 (20% of max value = 765). Red value is 58 (23.05% from 255 or 38.41% from 151); Green value is 82 (32.42% from 255 or 54.30% from 151); Blue value is 11 (4.69% from 255 or 7.28% from 151); Max value from RGB is 82 - color contains mainly: green. Hex color #3A520B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A520B is #C5ADF4. Grayscale: #424242. Windows color (decimal): -12955125 or 741946. OLE color: 741946.
HSL color Cylindrical-coordinate representation of color #3A520B: hue angle of 80.28º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3A520B is Cyan = 0.29, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 58 | 82 | 11 | - |
| CMYK | 0.29 | 0 | 0.87 | 0.68 |
| HSL | 80.28º | 0.76% | 0.18% | - |
| HSV(B) | 80.28º | 0.87% | 0.32% | - |
| XYZ | 4.82 | 6.96 | 1.41 | - |
| YUV | 66.73 | 96.55 | 121.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 82 | 11 | 0.29 | 0 | 0.87 | 0.68 | 80.28 | 0.76 | 0.18 |
| Hex | 3A | 52 | B | 1D | 0 | 57 | 44 | 50 | 4C | 12 |
| Octal | 72 | 122 | 13 | 35 | 0 | 127 | 104 | 120 | 114 | 22 |
| Binary | 111010 | 1010010 | 1011 | 11101 | 0 | 1010111 | 1000100 | 1010000 | 1001100 | 10010 |
Color Harmonies of #3A520B
Complementary color
Monochromatic Colors of #3A520B
Black with #3A520B
Text Example
Text Example
White with #3A520B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A520B; }
p { color: rgb(58,82,11); }
H1.HeaderClassName
{
color: #3A520B;
}
.AnyTagClassName
{
color: #3A520B;
}
</style>
background-color css
<style>
a { background-color: #3A520B; }
a { background-color: rgb(58,82,11); }
div.DivClassName
{
background-color: #3A520B;
}
.BgClassName
{
background-color: #3A520B;
}
</style>
border-color css
<style>
span { border-color: #3A520B; }
span { border-color: rgb(58,82,11); }
td.TdClassName
{
border-color: #3A520B;
}
.TagClassName
{
border-color: #3A520B;
}
</style>