Shades of Verdun Green #365607
Tints of Verdun Green #365607
RGB
CMYK
RGB Variations
Color information
#365607 (or 0x365607) is known color: Verdun Green. HEX triplet: 36, 56 and 07. RGB value is (54,86,7). Sum of RGB (Red+Green+Blue) = 54+86+7=147 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36.73% from 147); Green value is 86 (33.98% from 255 or 58.50% from 147); Blue value is 7 (3.12% from 255 or 4.76% from 147); Max value from RGB is 86 - color contains mainly: green. Hex color #365607 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #365607 is #C9A9F8. Grayscale: #434343. Windows color (decimal): -13216249 or 480822. OLE color: 480822.
HSL color Cylindrical-coordinate representation of color #365607: hue angle of 84.3º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #365607 is Cyan = 0.37, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 54 | 86 | 7 | - |
| CMYK | 0.37 | 0 | 0.92 | 0.66 |
| HSL | 84.3º | 0.85% | 0.18% | - |
| HSV(B) | 84.3º | 0.92% | 0.34% | - |
| XYZ | 4.89 | 7.46 | 1.38 | - |
| YUV | 67.43 | 93.9 | 118.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 86 | 7 | 0.37 | 0 | 0.92 | 0.66 | 84.3 | 0.85 | 0.18 |
| Hex | 36 | 56 | 7 | 25 | 0 | 5C | 42 | 54 | 55 | 12 |
| Octal | 66 | 126 | 7 | 45 | 0 | 134 | 102 | 124 | 125 | 22 |
| Binary | 110110 | 1010110 | 111 | 100101 | 0 | 1011100 | 1000010 | 1010100 | 1010101 | 10010 |
Color Harmonies of #365607
Complementary color
Monochromatic Colors of #365607
Black with #365607
Text Example
Text Example
White with #365607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #365607; }
p { color: rgb(54,86,7); }
H1.HeaderClassName
{
color: #365607;
}
.AnyTagClassName
{
color: #365607;
}
</style>
background-color css
<style>
a { background-color: #365607; }
a { background-color: rgb(54,86,7); }
div.DivClassName
{
background-color: #365607;
}
.BgClassName
{
background-color: #365607;
}
</style>
border-color css
<style>
span { border-color: #365607; }
span { border-color: rgb(54,86,7); }
td.TdClassName
{
border-color: #365607;
}
.TagClassName
{
border-color: #365607;
}
</style>