Shades of Verdun Green #3A5103
Tints of Verdun Green #3A5103
RGB
CMYK
RGB Variations
Color information
#3A5103 (or 0x3A5103) is known color: Verdun Green. HEX triplet: 3A, 51 and 03. RGB value is (58,81,3). Sum of RGB (Red+Green+Blue) = 58+81+3=142 (18% of max value = 765). Red value is 58 (23.05% from 255 or 40.85% from 142); Green value is 81 (32.03% from 255 or 57.04% from 142); Blue value is 3 (1.56% from 255 or 2.11% from 142); Max value from RGB is 81 - color contains mainly: green. Hex color #3A5103 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A5103 is #C5AEFC. Grayscale: #414141. Windows color (decimal): -12955389 or 217402. OLE color: 217402.
HSL color Cylindrical-coordinate representation of color #3A5103: hue angle of 77.69º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3A5103 is Cyan = 0.28, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 58 | 81 | 3 | - |
| CMYK | 0.28 | 0 | 0.96 | 0.68 |
| HSL | 77.69º | 0.93% | 0.16% | - |
| HSV(B) | 77.69º | 0.96% | 0.32% | - |
| XYZ | 4.7 | 6.79 | 1.15 | - |
| YUV | 65.23 | 92.88 | 122.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 81 | 3 | 0.28 | 0 | 0.96 | 0.68 | 77.69 | 0.93 | 0.16 |
| Hex | 3A | 51 | 3 | 1C | 0 | 60 | 44 | 4E | 5D | 10 |
| Octal | 72 | 121 | 3 | 34 | 0 | 140 | 104 | 116 | 135 | 20 |
| Binary | 111010 | 1010001 | 11 | 11100 | 0 | 1100000 | 1000100 | 1001110 | 1011101 | 10000 |
Color Harmonies of #3A5103
Complementary color
Monochromatic Colors of #3A5103
Black with #3A5103
Text Example
Text Example
White with #3A5103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A5103; }
p { color: rgb(58,81,3); }
H1.HeaderClassName
{
color: #3A5103;
}
.AnyTagClassName
{
color: #3A5103;
}
</style>
background-color css
<style>
a { background-color: #3A5103; }
a { background-color: rgb(58,81,3); }
div.DivClassName
{
background-color: #3A5103;
}
.BgClassName
{
background-color: #3A5103;
}
</style>
border-color css
<style>
span { border-color: #3A5103; }
span { border-color: rgb(58,81,3); }
td.TdClassName
{
border-color: #3A5103;
}
.TagClassName
{
border-color: #3A5103;
}
</style>