Shades of Verdun Green #395600
Tints of Verdun Green #395600
RGB
CMYK
RGB Variations
Color information
#395600 (or 0x395600) is known color: Verdun Green. HEX triplet: 39, 56 and 00. RGB value is (57,86,0). Sum of RGB (Red+Green+Blue) = 57+86+0=143 (18% of max value = 765). Red value is 57 (22.66% from 255 or 39.86% from 143); Green value is 86 (33.98% from 255 or 60.14% from 143); Blue value is 0 (0.39% from 255 or 0% from 143); Max value from RGB is 86 - color contains mainly: green. Hex color #395600 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #395600 is #C6A9FF. Grayscale: #434343. Windows color (decimal): -13019648 or 22073. OLE color: 22073.
HSL color Cylindrical-coordinate representation of color #395600: hue angle of 80.23º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 1%. Process color model (Four color, CMYK) of #395600 is Cyan = 0.34, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 57 | 86 | 0 | - |
| CMYK | 0.34 | 0 | 1 | 0.66 |
| HSL | 80.23º | 1% | 0.17% | - |
| HSV(B) | 80.23º | 1% | 0.34% | - |
| XYZ | 5.02 | 7.53 | 1.19 | - |
| YUV | 67.53 | 89.89 | 120.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 86 | 0 | 0.34 | 0 | 1 | 0.66 | 80.23 | 1 | 0.17 |
| Hex | 39 | 56 | 0 | 22 | 0 | 64 | 42 | 50 | 64 | 11 |
| Octal | 71 | 126 | 0 | 42 | 0 | 144 | 102 | 120 | 144 | 21 |
| Binary | 111001 | 1010110 | 0 | 100010 | 0 | 1100100 | 1000010 | 1010000 | 1100100 | 10001 |
Color Harmonies of #395600
Complementary color
Monochromatic Colors of #395600
Black with #395600
Text Example
Text Example
White with #395600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #395600; }
p { color: rgb(57,86,0); }
H1.HeaderClassName
{
color: #395600;
}
.AnyTagClassName
{
color: #395600;
}
</style>
background-color css
<style>
a { background-color: #395600; }
a { background-color: rgb(57,86,0); }
div.DivClassName
{
background-color: #395600;
}
.BgClassName
{
background-color: #395600;
}
</style>
border-color css
<style>
span { border-color: #395600; }
span { border-color: rgb(57,86,0); }
td.TdClassName
{
border-color: #395600;
}
.TagClassName
{
border-color: #395600;
}
</style>