Shades of Verdun Green #3A580B
Tints of Verdun Green #3A580B
RGB
CMYK
RGB Variations
Color information
#3A580B (or 0x3A580B) is known color: Verdun Green. HEX triplet: 3A, 58 and 0B. RGB value is (58,88,11). Sum of RGB (Red+Green+Blue) = 58+88+11=157 (20% of max value = 765). Red value is 58 (23.05% from 255 or 36.94% from 157); Green value is 88 (34.77% from 255 or 56.05% from 157); Blue value is 11 (4.69% from 255 or 7.01% from 157); Max value from RGB is 88 - color contains mainly: green. Hex color #3A580B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A580B is #C5A7F4. Grayscale: #464646. Windows color (decimal): -12953589 or 743482. OLE color: 743482.
HSL color Cylindrical-coordinate representation of color #3A580B: hue angle of 83.38º degrees, saturation: 0.78, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3A580B is Cyan = 0.34, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 58 | 88 | 11 | - |
| CMYK | 0.34 | 0 | 0.88 | 0.65 |
| HSL | 83.38º | 0.78% | 0.19% | - |
| HSV(B) | 83.38º | 0.88% | 0.35% | - |
| XYZ | 5.3 | 7.9 | 1.56 | - |
| YUV | 70.25 | 94.56 | 119.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 88 | 11 | 0.34 | 0 | 0.88 | 0.65 | 83.38 | 0.78 | 0.19 |
| Hex | 3A | 58 | B | 22 | 0 | 58 | 41 | 53 | 4E | 13 |
| Octal | 72 | 130 | 13 | 42 | 0 | 130 | 101 | 123 | 116 | 23 |
| Binary | 111010 | 1011000 | 1011 | 100010 | 0 | 1011000 | 1000001 | 1010011 | 1001110 | 10011 |
Color Harmonies of #3A580B
Complementary color
Monochromatic Colors of #3A580B
Black with #3A580B
Text Example
Text Example
White with #3A580B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A580B; }
p { color: rgb(58,88,11); }
H1.HeaderClassName
{
color: #3A580B;
}
.AnyTagClassName
{
color: #3A580B;
}
</style>
background-color css
<style>
a { background-color: #3A580B; }
a { background-color: rgb(58,88,11); }
div.DivClassName
{
background-color: #3A580B;
}
.BgClassName
{
background-color: #3A580B;
}
</style>
border-color css
<style>
span { border-color: #3A580B; }
span { border-color: rgb(58,88,11); }
td.TdClassName
{
border-color: #3A580B;
}
.TagClassName
{
border-color: #3A580B;
}
</style>