Shades of Verdun Green #3A520F
Tints of Verdun Green #3A520F
RGB
CMYK
RGB Variations
Color information
#3A520F (or 0x3A520F) is known color: Verdun Green. HEX triplet: 3A, 52 and 0F. RGB value is (58,82,15). Sum of RGB (Red+Green+Blue) = 58+82+15=155 (20% of max value = 765). Red value is 58 (23.05% from 255 or 37.42% from 155); Green value is 82 (32.42% from 255 or 52.90% from 155); Blue value is 15 (6.25% from 255 or 9.68% from 155); Max value from RGB is 82 - color contains mainly: green. Hex color #3A520F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A520F is #C5ADF0. Grayscale: #434343. Windows color (decimal): -12955121 or 1004090. OLE color: 1004090.
HSL color Cylindrical-coordinate representation of color #3A520F: hue angle of 81.49º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3A520F is Cyan = 0.29, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 58 | 82 | 15 | - |
| CMYK | 0.29 | 0 | 0.82 | 0.68 |
| HSL | 81.49º | 0.69% | 0.19% | - |
| HSV(B) | 81.49º | 0.82% | 0.32% | - |
| XYZ | 4.85 | 6.97 | 1.54 | - |
| YUV | 67.19 | 98.55 | 121.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 82 | 15 | 0.29 | 0 | 0.82 | 0.68 | 81.49 | 0.69 | 0.19 |
| Hex | 3A | 52 | F | 1D | 0 | 52 | 44 | 51 | 45 | 13 |
| Octal | 72 | 122 | 17 | 35 | 0 | 122 | 104 | 121 | 105 | 23 |
| Binary | 111010 | 1010010 | 1111 | 11101 | 0 | 1010010 | 1000100 | 1010001 | 1000101 | 10011 |
Color Harmonies of #3A520F
Complementary color
Monochromatic Colors of #3A520F
Black with #3A520F
Text Example
Text Example
White with #3A520F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A520F; }
p { color: rgb(58,82,15); }
H1.HeaderClassName
{
color: #3A520F;
}
.AnyTagClassName
{
color: #3A520F;
}
</style>
background-color css
<style>
a { background-color: #3A520F; }
a { background-color: rgb(58,82,15); }
div.DivClassName
{
background-color: #3A520F;
}
.BgClassName
{
background-color: #3A520F;
}
</style>
border-color css
<style>
span { border-color: #3A520F; }
span { border-color: rgb(58,82,15); }
td.TdClassName
{
border-color: #3A520F;
}
.TagClassName
{
border-color: #3A520F;
}
</style>