Shades of Verdun Green #3A5211
Tints of Verdun Green #3A5211
RGB
CMYK
RGB Variations
Color information
#3A5211 (or 0x3A5211) is known color: Verdun Green. HEX triplet: 3A, 52 and 11. RGB value is (58,82,17). Sum of RGB (Red+Green+Blue) = 58+82+17=157 (20% of max value = 765). Red value is 58 (23.05% from 255 or 36.94% from 157); Green value is 82 (32.42% from 255 or 52.23% from 157); Blue value is 17 (7.03% from 255 or 10.83% from 157); Max value from RGB is 82 - color contains mainly: green. Hex color #3A5211 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A5211 is #C5ADEE. Grayscale: #434343. Windows color (decimal): -12955119 or 1135162. OLE color: 1135162.
HSL color Cylindrical-coordinate representation of color #3A5211: hue angle of 82.15º degrees, saturation: 0.66, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3A5211 is Cyan = 0.29, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 58 | 82 | 17 | - |
| CMYK | 0.29 | 0 | 0.79 | 0.68 |
| HSL | 82.15º | 0.66% | 0.19% | - |
| HSV(B) | 82.15º | 0.79% | 0.32% | - |
| XYZ | 4.86 | 6.97 | 1.62 | - |
| YUV | 67.41 | 99.55 | 121.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 82 | 17 | 0.29 | 0 | 0.79 | 0.68 | 82.15 | 0.66 | 0.19 |
| Hex | 3A | 52 | 11 | 1D | 0 | 4F | 44 | 52 | 42 | 13 |
| Octal | 72 | 122 | 21 | 35 | 0 | 117 | 104 | 122 | 102 | 23 |
| Binary | 111010 | 1010010 | 10001 | 11101 | 0 | 1001111 | 1000100 | 1010010 | 1000010 | 10011 |
Color Harmonies of #3A5211
Complementary color
Monochromatic Colors of #3A5211
Black with #3A5211
Text Example
Text Example
White with #3A5211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A5211; }
p { color: rgb(58,82,17); }
H1.HeaderClassName
{
color: #3A5211;
}
.AnyTagClassName
{
color: #3A5211;
}
</style>
background-color css
<style>
a { background-color: #3A5211; }
a { background-color: rgb(58,82,17); }
div.DivClassName
{
background-color: #3A5211;
}
.BgClassName
{
background-color: #3A5211;
}
</style>
border-color css
<style>
span { border-color: #3A5211; }
span { border-color: rgb(58,82,17); }
td.TdClassName
{
border-color: #3A5211;
}
.TagClassName
{
border-color: #3A5211;
}
</style>