Shades of Verdun Green #394D01
Tints of Verdun Green #394D01
RGB
CMYK
RGB Variations
Color information
#394D01 (or 0x394D01) is known color: Verdun Green. HEX triplet: 39, 4D and 01. RGB value is (57,77,1). Sum of RGB (Red+Green+Blue) = 57+77+1=135 (17% of max value = 765). Red value is 57 (22.66% from 255 or 42.22% from 135); Green value is 77 (30.47% from 255 or 57.04% from 135); Blue value is 1 (0.78% from 255 or 0.74% from 135); Max value from RGB is 77 - color contains mainly: green. Hex color #394D01 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #394D01 is #C6B2FE. Grayscale: #3E3E3E. Windows color (decimal): -13021951 or 85305. OLE color: 85305.
HSL color Cylindrical-coordinate representation of color #394D01: hue angle of 75.79º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #394D01 is Cyan = 0.26, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 57 | 77 | 1 | - |
| CMYK | 0.26 | 0 | 0.99 | 0.70 |
| HSL | 75.79º | 0.97% | 0.15% | - |
| HSV(B) | 75.79º | 0.99% | 0.3% | - |
| XYZ | 4.35 | 6.18 | 0.99 | - |
| YUV | 62.36 | 93.37 | 124.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 77 | 1 | 0.26 | 0 | 0.99 | 0.70 | 75.79 | 0.97 | 0.15 |
| Hex | 39 | 4D | 1 | 1A | 0 | 63 | 46 | 4C | 61 | F |
| Octal | 71 | 115 | 1 | 32 | 0 | 143 | 106 | 114 | 141 | 17 |
| Binary | 111001 | 1001101 | 1 | 11010 | 0 | 1100011 | 1000110 | 1001100 | 1100001 | 1111 |
Color Harmonies of #394D01
Complementary color
Monochromatic Colors of #394D01
Black with #394D01
Text Example
Text Example
White with #394D01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #394D01; }
p { color: rgb(57,77,1); }
H1.HeaderClassName
{
color: #394D01;
}
.AnyTagClassName
{
color: #394D01;
}
</style>
background-color css
<style>
a { background-color: #394D01; }
a { background-color: rgb(57,77,1); }
div.DivClassName
{
background-color: #394D01;
}
.BgClassName
{
background-color: #394D01;
}
</style>
border-color css
<style>
span { border-color: #394D01; }
span { border-color: rgb(57,77,1); }
td.TdClassName
{
border-color: #394D01;
}
.TagClassName
{
border-color: #394D01;
}
</style>