Shades of Verdun Green #3A5807
Tints of Verdun Green #3A5807
RGB
CMYK
RGB Variations
Color information
#3A5807 (or 0x3A5807) is known color: Verdun Green. HEX triplet: 3A, 58 and 07. RGB value is (58,88,7). Sum of RGB (Red+Green+Blue) = 58+88+7=153 (20% of max value = 765). Red value is 58 (23.05% from 255 or 37.91% from 153); Green value is 88 (34.77% from 255 or 57.52% from 153); Blue value is 7 (3.12% from 255 or 4.58% from 153); Max value from RGB is 88 - color contains mainly: green. Hex color #3A5807 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A5807 is #C5A7F8. Grayscale: #464646. Windows color (decimal): -12953593 or 481338. OLE color: 481338.
HSL color Cylindrical-coordinate representation of color #3A5807: hue angle of 82.22º degrees, saturation: 0.85, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3A5807 is Cyan = 0.34, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 58 | 88 | 7 | - |
| CMYK | 0.34 | 0 | 0.92 | 0.65 |
| HSL | 82.22º | 0.85% | 0.19% | - |
| HSV(B) | 82.22º | 0.92% | 0.35% | - |
| XYZ | 5.27 | 7.89 | 1.45 | - |
| YUV | 69.8 | 92.56 | 119.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 88 | 7 | 0.34 | 0 | 0.92 | 0.65 | 82.22 | 0.85 | 0.19 |
| Hex | 3A | 58 | 7 | 22 | 0 | 5C | 41 | 52 | 55 | 13 |
| Octal | 72 | 130 | 7 | 42 | 0 | 134 | 101 | 122 | 125 | 23 |
| Binary | 111010 | 1011000 | 111 | 100010 | 0 | 1011100 | 1000001 | 1010010 | 1010101 | 10011 |
Color Harmonies of #3A5807
Complementary color
Monochromatic Colors of #3A5807
Black with #3A5807
Text Example
Text Example
White with #3A5807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A5807; }
p { color: rgb(58,88,7); }
H1.HeaderClassName
{
color: #3A5807;
}
.AnyTagClassName
{
color: #3A5807;
}
</style>
background-color css
<style>
a { background-color: #3A5807; }
a { background-color: rgb(58,88,7); }
div.DivClassName
{
background-color: #3A5807;
}
.BgClassName
{
background-color: #3A5807;
}
</style>
border-color css
<style>
span { border-color: #3A5807; }
span { border-color: rgb(58,88,7); }
td.TdClassName
{
border-color: #3A5807;
}
.TagClassName
{
border-color: #3A5807;
}
</style>