Shades of Verdun Green #365805
Tints of Verdun Green #365805
RGB
CMYK
RGB Variations
Color information
#365805 (or 0x365805) is known color: Verdun Green. HEX triplet: 36, 58 and 05. RGB value is (54,88,5). Sum of RGB (Red+Green+Blue) = 54+88+5=147 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36.73% from 147); Green value is 88 (34.77% from 255 or 59.86% from 147); Blue value is 5 (2.34% from 255 or 3.40% from 147); Max value from RGB is 88 - color contains mainly: green. Hex color #365805 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #365805 is #C9A7FA. Grayscale: #444444. Windows color (decimal): -13215739 or 350262. OLE color: 350262.
HSL color Cylindrical-coordinate representation of color #365805: hue angle of 84.58º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #365805 is Cyan = 0.39, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 54 | 88 | 5 | - |
| CMYK | 0.39 | 0 | 0.94 | 0.65 |
| HSL | 84.58º | 0.89% | 0.18% | - |
| HSV(B) | 84.58º | 0.94% | 0.35% | - |
| XYZ | 5.04 | 7.77 | 1.38 | - |
| YUV | 68.37 | 92.24 | 117.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 88 | 5 | 0.39 | 0 | 0.94 | 0.65 | 84.58 | 0.89 | 0.18 |
| Hex | 36 | 58 | 5 | 27 | 0 | 5E | 41 | 55 | 59 | 12 |
| Octal | 66 | 130 | 5 | 47 | 0 | 136 | 101 | 125 | 131 | 22 |
| Binary | 110110 | 1011000 | 101 | 100111 | 0 | 1011110 | 1000001 | 1010101 | 1011001 | 10010 |
Color Harmonies of #365805
Complementary color
Monochromatic Colors of #365805
Black with #365805
Text Example
Text Example
White with #365805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #365805; }
p { color: rgb(54,88,5); }
H1.HeaderClassName
{
color: #365805;
}
.AnyTagClassName
{
color: #365805;
}
</style>
background-color css
<style>
a { background-color: #365805; }
a { background-color: rgb(54,88,5); }
div.DivClassName
{
background-color: #365805;
}
.BgClassName
{
background-color: #365805;
}
</style>
border-color css
<style>
span { border-color: #365805; }
span { border-color: rgb(54,88,5); }
td.TdClassName
{
border-color: #365805;
}
.TagClassName
{
border-color: #365805;
}
</style>