Shades of Verdun Green #3A550D
Tints of Verdun Green #3A550D
RGB
CMYK
RGB Variations
Color information
#3A550D (or 0x3A550D) is known color: Verdun Green. HEX triplet: 3A, 55 and 0D. RGB value is (58,85,13). Sum of RGB (Red+Green+Blue) = 58+85+13=156 (20% of max value = 765). Red value is 58 (23.05% from 255 or 37.18% from 156); Green value is 85 (33.59% from 255 or 54.49% from 156); Blue value is 13 (5.47% from 255 or 8.33% from 156); Max value from RGB is 85 - color contains mainly: green. Hex color #3A550D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A550D is #C5AAF2. Grayscale: #444444. Windows color (decimal): -12954355 or 873786. OLE color: 873786.
HSL color Cylindrical-coordinate representation of color #3A550D: hue angle of 82.5º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3A550D is Cyan = 0.32, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 58 | 85 | 13 | - |
| CMYK | 0.32 | 0 | 0.85 | 0.67 |
| HSL | 82.5º | 0.73% | 0.19% | - |
| HSV(B) | 82.5º | 0.85% | 0.33% | - |
| XYZ | 5.07 | 7.43 | 1.55 | - |
| YUV | 68.72 | 96.55 | 120.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 85 | 13 | 0.32 | 0 | 0.85 | 0.67 | 82.5 | 0.73 | 0.19 |
| Hex | 3A | 55 | D | 20 | 0 | 55 | 43 | 52 | 49 | 13 |
| Octal | 72 | 125 | 15 | 40 | 0 | 125 | 103 | 122 | 111 | 23 |
| Binary | 111010 | 1010101 | 1101 | 100000 | 0 | 1010101 | 1000011 | 1010010 | 1001001 | 10011 |
Color Harmonies of #3A550D
Complementary color
Monochromatic Colors of #3A550D
Black with #3A550D
Text Example
Text Example
White with #3A550D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A550D; }
p { color: rgb(58,85,13); }
H1.HeaderClassName
{
color: #3A550D;
}
.AnyTagClassName
{
color: #3A550D;
}
</style>
background-color css
<style>
a { background-color: #3A550D; }
a { background-color: rgb(58,85,13); }
div.DivClassName
{
background-color: #3A550D;
}
.BgClassName
{
background-color: #3A550D;
}
</style>
border-color css
<style>
span { border-color: #3A550D; }
span { border-color: rgb(58,85,13); }
td.TdClassName
{
border-color: #3A550D;
}
.TagClassName
{
border-color: #3A550D;
}
</style>