Shades of Verdun Green #3A5017
Tints of Verdun Green #3A5017
RGB
CMYK
RGB Variations
Color information
#3A5017 (or 0x3A5017) is known color: Verdun Green. HEX triplet: 3A, 50 and 17. RGB value is (58,80,23). Sum of RGB (Red+Green+Blue) = 58+80+23=161 (21% of max value = 765). Red value is 58 (23.05% from 255 or 36.02% from 161); Green value is 80 (31.64% from 255 or 49.69% from 161); Blue value is 23 (9.38% from 255 or 14.29% from 161); Max value from RGB is 80 - color contains mainly: green. Hex color #3A5017 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A5017 is #C5AFE8. Grayscale: #434343. Windows color (decimal): -12955625 or 1527866. OLE color: 1527866.
HSL color Cylindrical-coordinate representation of color #3A5017: hue angle of 83.16º degrees, saturation: 0.55, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3A5017 is Cyan = 0.28, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 58 | 80 | 23 | - |
| CMYK | 0.28 | 0 | 0.71 | 0.69 |
| HSL | 83.16º | 0.55% | 0.2% | - |
| HSV(B) | 83.16º | 0.71% | 0.31% | - |
| XYZ | 4.77 | 6.7 | 1.85 | - |
| YUV | 66.92 | 103.21 | 121.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 80 | 23 | 0.28 | 0 | 0.71 | 0.69 | 83.16 | 0.55 | 0.2 |
| Hex | 3A | 50 | 17 | 1C | 0 | 47 | 45 | 53 | 37 | 14 |
| Octal | 72 | 120 | 27 | 34 | 0 | 107 | 105 | 123 | 67 | 24 |
| Binary | 111010 | 1010000 | 10111 | 11100 | 0 | 1000111 | 1000101 | 1010011 | 110111 | 10100 |
Color Harmonies of #3A5017
Complementary color
Monochromatic Colors of #3A5017
Black with #3A5017
Text Example
Text Example
White with #3A5017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A5017; }
p { color: rgb(58,80,23); }
H1.HeaderClassName
{
color: #3A5017;
}
.AnyTagClassName
{
color: #3A5017;
}
</style>
background-color css
<style>
a { background-color: #3A5017; }
a { background-color: rgb(58,80,23); }
div.DivClassName
{
background-color: #3A5017;
}
.BgClassName
{
background-color: #3A5017;
}
</style>
border-color css
<style>
span { border-color: #3A5017; }
span { border-color: rgb(58,80,23); }
td.TdClassName
{
border-color: #3A5017;
}
.TagClassName
{
border-color: #3A5017;
}
</style>