Shades of Verdun Green #396501
Tints of Verdun Green #396501
RGB
CMYK
RGB Variations
Color information
#396501 (or 0x396501) is known color: Verdun Green. HEX triplet: 39, 65 and 01. RGB value is (57,101,1). Sum of RGB (Red+Green+Blue) = 57+101+1=159 (21% of max value = 765). Red value is 57 (22.66% from 255 or 35.85% from 159); Green value is 101 (39.84% from 255 or 63.52% from 159); Blue value is 1 (0.78% from 255 or 0.63% from 159); Max value from RGB is 101 - color contains mainly: green. Hex color #396501 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #396501 is #C69AFE. Grayscale: #4C4C4C. Windows color (decimal): -13015807 or 91449. OLE color: 91449.
HSL color Cylindrical-coordinate representation of color #396501: hue angle of 86.4º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #396501 is Cyan = 0.44, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 57 | 101 | 1 | - |
| CMYK | 0.44 | 0 | 0.99 | 0.60 |
| HSL | 86.4º | 0.98% | 0.2% | - |
| HSV(B) | 86.4º | 0.99% | 0.4% | - |
| XYZ | 6.35 | 10.18 | 1.66 | - |
| YUV | 76.44 | 85.42 | 114.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 101 | 1 | 0.44 | 0 | 0.99 | 0.60 | 86.4 | 0.98 | 0.2 |
| Hex | 39 | 65 | 1 | 2C | 0 | 63 | 3C | 56 | 62 | 14 |
| Octal | 71 | 145 | 1 | 54 | 0 | 143 | 74 | 126 | 142 | 24 |
| Binary | 111001 | 1100101 | 1 | 101100 | 0 | 1100011 | 111100 | 1010110 | 1100010 | 10100 |
Color Harmonies of #396501
Complementary color
Monochromatic Colors of #396501
Black with #396501
Text Example
Text Example
White with #396501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #396501; }
p { color: rgb(57,101,1); }
H1.HeaderClassName
{
color: #396501;
}
.AnyTagClassName
{
color: #396501;
}
</style>
background-color css
<style>
a { background-color: #396501; }
a { background-color: rgb(57,101,1); }
div.DivClassName
{
background-color: #396501;
}
.BgClassName
{
background-color: #396501;
}
</style>
border-color css
<style>
span { border-color: #396501; }
span { border-color: rgb(57,101,1); }
td.TdClassName
{
border-color: #396501;
}
.TagClassName
{
border-color: #396501;
}
</style>