Shades of Verdun Green #3A4D07
Tints of Verdun Green #3A4D07
RGB
CMYK
RGB Variations
Color information
#3A4D07 (or 0x3A4D07) is known color: Verdun Green. HEX triplet: 3A, 4D and 07. RGB value is (58,77,7). Sum of RGB (Red+Green+Blue) = 58+77+7=142 (18% of max value = 765). Red value is 58 (23.05% from 255 or 40.85% from 142); Green value is 77 (30.47% from 255 or 54.23% from 142); Blue value is 7 (3.12% from 255 or 4.93% from 142); Max value from RGB is 77 - color contains mainly: green. Hex color #3A4D07 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A4D07 is #C5B2F8. Grayscale: #3F3F3F. Windows color (decimal): -12956409 or 478522. OLE color: 478522.
HSL color Cylindrical-coordinate representation of color #3A4D07: hue angle of 76.29º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3A4D07 is Cyan = 0.25, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 58 | 77 | 7 | - |
| CMYK | 0.25 | 0 | 0.91 | 0.70 |
| HSL | 76.29º | 0.83% | 0.16% | - |
| HSV(B) | 76.29º | 0.91% | 0.3% | - |
| XYZ | 4.44 | 6.22 | 1.17 | - |
| YUV | 63.34 | 96.21 | 124.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 77 | 7 | 0.25 | 0 | 0.91 | 0.70 | 76.29 | 0.83 | 0.16 |
| Hex | 3A | 4D | 7 | 19 | 0 | 5B | 46 | 4C | 53 | 10 |
| Octal | 72 | 115 | 7 | 31 | 0 | 133 | 106 | 114 | 123 | 20 |
| Binary | 111010 | 1001101 | 111 | 11001 | 0 | 1011011 | 1000110 | 1001100 | 1010011 | 10000 |
Color Harmonies of #3A4D07
Complementary color
Monochromatic Colors of #3A4D07
Black with #3A4D07
Text Example
Text Example
White with #3A4D07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A4D07; }
p { color: rgb(58,77,7); }
H1.HeaderClassName
{
color: #3A4D07;
}
.AnyTagClassName
{
color: #3A4D07;
}
</style>
background-color css
<style>
a { background-color: #3A4D07; }
a { background-color: rgb(58,77,7); }
div.DivClassName
{
background-color: #3A4D07;
}
.BgClassName
{
background-color: #3A4D07;
}
</style>
border-color css
<style>
span { border-color: #3A4D07; }
span { border-color: rgb(58,77,7); }
td.TdClassName
{
border-color: #3A4D07;
}
.TagClassName
{
border-color: #3A4D07;
}
</style>