Shades of Verdun Green #395405
Tints of Verdun Green #395405
RGB
CMYK
RGB Variations
Color information
#395405 (or 0x395405) is known color: Verdun Green. HEX triplet: 39, 54 and 05. RGB value is (57,84,5). Sum of RGB (Red+Green+Blue) = 57+84+5=146 (19% of max value = 765). Red value is 57 (22.66% from 255 or 39.04% from 146); Green value is 84 (33.20% from 255 or 57.53% from 146); Blue value is 5 (2.34% from 255 or 3.42% from 146); Max value from RGB is 84 - color contains mainly: green. Hex color #395405 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #395405 is #C6ABFA. Grayscale: #434343. Windows color (decimal): -13020155 or 349241. OLE color: 349241.
HSL color Cylindrical-coordinate representation of color #395405: hue angle of 80.51º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #395405 is Cyan = 0.32, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 57 | 84 | 5 | - |
| CMYK | 0.32 | 0 | 0.94 | 0.67 |
| HSL | 80.51º | 0.89% | 0.17% | - |
| HSV(B) | 80.51º | 0.94% | 0.33% | - |
| XYZ | 4.89 | 7.22 | 1.28 | - |
| YUV | 66.92 | 93.05 | 120.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 84 | 5 | 0.32 | 0 | 0.94 | 0.67 | 80.51 | 0.89 | 0.17 |
| Hex | 39 | 54 | 5 | 20 | 0 | 5E | 43 | 51 | 59 | 11 |
| Octal | 71 | 124 | 5 | 40 | 0 | 136 | 103 | 121 | 131 | 21 |
| Binary | 111001 | 1010100 | 101 | 100000 | 0 | 1011110 | 1000011 | 1010001 | 1011001 | 10001 |
Color Harmonies of #395405
Complementary color
Monochromatic Colors of #395405
Black with #395405
Text Example
Text Example
White with #395405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #395405; }
p { color: rgb(57,84,5); }
H1.HeaderClassName
{
color: #395405;
}
.AnyTagClassName
{
color: #395405;
}
</style>
background-color css
<style>
a { background-color: #395405; }
a { background-color: rgb(57,84,5); }
div.DivClassName
{
background-color: #395405;
}
.BgClassName
{
background-color: #395405;
}
</style>
border-color css
<style>
span { border-color: #395405; }
span { border-color: rgb(57,84,5); }
td.TdClassName
{
border-color: #395405;
}
.TagClassName
{
border-color: #395405;
}
</style>