Shades of Verdun Green #3A5801
Tints of Verdun Green #3A5801
RGB
CMYK
RGB Variations
Color information
#3A5801 (or 0x3A5801) is known color: Verdun Green. HEX triplet: 3A, 58 and 01. RGB value is (58,88,1). Sum of RGB (Red+Green+Blue) = 58+88+1=147 (19% of max value = 765). Red value is 58 (23.05% from 255 or 39.46% from 147); Green value is 88 (34.77% from 255 or 59.86% from 147); Blue value is 1 (0.78% from 255 or 0.68% from 147); Max value from RGB is 88 - color contains mainly: green. Hex color #3A5801 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A5801 is #C5A7FE. Grayscale: #454545. Windows color (decimal): -12953599 or 88122. OLE color: 88122.
HSL color Cylindrical-coordinate representation of color #3A5801: hue angle of 80.69º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3A5801 is Cyan = 0.34, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 58 | 88 | 1 | - |
| CMYK | 0.34 | 0 | 0.99 | 0.65 |
| HSL | 80.69º | 0.98% | 0.17% | - |
| HSV(B) | 80.69º | 0.99% | 0.35% | - |
| XYZ | 5.24 | 7.88 | 1.27 | - |
| YUV | 69.11 | 89.56 | 120.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 88 | 1 | 0.34 | 0 | 0.99 | 0.65 | 80.69 | 0.98 | 0.17 |
| Hex | 3A | 58 | 1 | 22 | 0 | 63 | 41 | 51 | 62 | 11 |
| Octal | 72 | 130 | 1 | 42 | 0 | 143 | 101 | 121 | 142 | 21 |
| Binary | 111010 | 1011000 | 1 | 100010 | 0 | 1100011 | 1000001 | 1010001 | 1100010 | 10001 |
Color Harmonies of #3A5801
Complementary color
Monochromatic Colors of #3A5801
Black with #3A5801
Text Example
Text Example
White with #3A5801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A5801; }
p { color: rgb(58,88,1); }
H1.HeaderClassName
{
color: #3A5801;
}
.AnyTagClassName
{
color: #3A5801;
}
</style>
background-color css
<style>
a { background-color: #3A5801; }
a { background-color: rgb(58,88,1); }
div.DivClassName
{
background-color: #3A5801;
}
.BgClassName
{
background-color: #3A5801;
}
</style>
border-color css
<style>
span { border-color: #3A5801; }
span { border-color: rgb(58,88,1); }
td.TdClassName
{
border-color: #3A5801;
}
.TagClassName
{
border-color: #3A5801;
}
</style>