Shades of Verdun Green #366705
Tints of Verdun Green #366705
RGB
CMYK
RGB Variations
Color information
#366705 (or 0x366705) is known color: Verdun Green. HEX triplet: 36, 67 and 05. RGB value is (54,103,5). Sum of RGB (Red+Green+Blue) = 54+103+5=162 (21% of max value = 765). Red value is 54 (21.48% from 255 or 33.33% from 162); Green value is 103 (40.62% from 255 or 63.58% from 162); Blue value is 5 (2.34% from 255 or 3.09% from 162); Max value from RGB is 103 - color contains mainly: green. Hex color #366705 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #366705 is #C998FA. Grayscale: #4D4D4D. Windows color (decimal): -13211899 or 354102. OLE color: 354102.
HSL color Cylindrical-coordinate representation of color #366705: hue angle of 90º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #366705 is Cyan = 0.48, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 54 | 103 | 5 | - |
| CMYK | 0.48 | 0 | 0.95 | 0.60 |
| HSL | 90º | 0.91% | 0.21% | - |
| HSV(B) | 90º | 0.95% | 0.4% | - |
| XYZ | 6.4 | 10.5 | 1.83 | - |
| YUV | 77.18 | 87.27 | 111.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 103 | 5 | 0.48 | 0 | 0.95 | 0.60 | 90 | 0.91 | 0.21 |
| Hex | 36 | 67 | 5 | 30 | 0 | 5F | 3C | 5A | 5B | 15 |
| Octal | 66 | 147 | 5 | 60 | 0 | 137 | 74 | 132 | 133 | 25 |
| Binary | 110110 | 1100111 | 101 | 110000 | 0 | 1011111 | 111100 | 1011010 | 1011011 | 10101 |
Color Harmonies of #366705
Complementary color
Monochromatic Colors of #366705
Black with #366705
Text Example
Text Example
White with #366705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #366705; }
p { color: rgb(54,103,5); }
H1.HeaderClassName
{
color: #366705;
}
.AnyTagClassName
{
color: #366705;
}
</style>
background-color css
<style>
a { background-color: #366705; }
a { background-color: rgb(54,103,5); }
div.DivClassName
{
background-color: #366705;
}
.BgClassName
{
background-color: #366705;
}
</style>
border-color css
<style>
span { border-color: #366705; }
span { border-color: rgb(54,103,5); }
td.TdClassName
{
border-color: #366705;
}
.TagClassName
{
border-color: #366705;
}
</style>