Shades of Verdun Green #3A5001
Tints of Verdun Green #3A5001
RGB
CMYK
RGB Variations
Color information
#3A5001 (or 0x3A5001) is known color: Verdun Green. HEX triplet: 3A, 50 and 01. RGB value is (58,80,1). Sum of RGB (Red+Green+Blue) = 58+80+1=139 (18% of max value = 765). Red value is 58 (23.05% from 255 or 41.73% from 139); Green value is 80 (31.64% from 255 or 57.55% from 139); Blue value is 1 (0.78% from 255 or 0.72% from 139); Max value from RGB is 80 - color contains mainly: green. Hex color #3A5001 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A5001 is #C5AFFE. Grayscale: #404040. Windows color (decimal): -12955647 or 86074. OLE color: 86074.
HSL color Cylindrical-coordinate representation of color #3A5001: hue angle of 76.71º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3A5001 is Cyan = 0.28, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 58 | 80 | 1 | - |
| CMYK | 0.28 | 0 | 0.99 | 0.69 |
| HSL | 76.71º | 0.98% | 0.16% | - |
| HSV(B) | 76.71º | 0.99% | 0.31% | - |
| XYZ | 4.62 | 6.64 | 1.07 | - |
| YUV | 64.42 | 92.21 | 123.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 80 | 1 | 0.28 | 0 | 0.99 | 0.69 | 76.71 | 0.98 | 0.16 |
| Hex | 3A | 50 | 1 | 1C | 0 | 63 | 45 | 4D | 62 | 10 |
| Octal | 72 | 120 | 1 | 34 | 0 | 143 | 105 | 115 | 142 | 20 |
| Binary | 111010 | 1010000 | 1 | 11100 | 0 | 1100011 | 1000101 | 1001101 | 1100010 | 10000 |
Color Harmonies of #3A5001
Complementary color
Monochromatic Colors of #3A5001
Black with #3A5001
Text Example
Text Example
White with #3A5001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A5001; }
p { color: rgb(58,80,1); }
H1.HeaderClassName
{
color: #3A5001;
}
.AnyTagClassName
{
color: #3A5001;
}
</style>
background-color css
<style>
a { background-color: #3A5001; }
a { background-color: rgb(58,80,1); }
div.DivClassName
{
background-color: #3A5001;
}
.BgClassName
{
background-color: #3A5001;
}
</style>
border-color css
<style>
span { border-color: #3A5001; }
span { border-color: rgb(58,80,1); }
td.TdClassName
{
border-color: #3A5001;
}
.TagClassName
{
border-color: #3A5001;
}
</style>