Shades of Verdun Green #366100
Tints of Verdun Green #366100
RGB
CMYK
RGB Variations
Color information
#366100 (or 0x366100) is known color: Verdun Green. HEX triplet: 36, 61 and 00. RGB value is (54,97,0). Sum of RGB (Red+Green+Blue) = 54+97+0=151 (20% of max value = 765). Red value is 54 (21.48% from 255 or 35.76% from 151); Green value is 97 (38.28% from 255 or 64.24% from 151); Blue value is 0 (0.39% from 255 or 0% from 151); Max value from RGB is 97 - color contains mainly: green. Hex color #366100 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #366100 is #C99EFF. Grayscale: #494949. Windows color (decimal): -13213440 or 24886. OLE color: 24886.
HSL color Cylindrical-coordinate representation of color #366100: hue angle of 86.6º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #366100 is Cyan = 0.44, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 54 | 97 | 0 | - |
| CMYK | 0.44 | 0 | 1 | 0.62 |
| HSL | 86.6º | 1% | 0.19% | - |
| HSV(B) | 86.6º | 1% | 0.38% | - |
| XYZ | 5.8 | 9.33 | 1.5 | - |
| YUV | 73.09 | 86.75 | 114.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 97 | 0 | 0.44 | 0 | 1 | 0.62 | 86.6 | 1 | 0.19 |
| Hex | 36 | 61 | 0 | 2C | 0 | 64 | 3E | 57 | 64 | 13 |
| Octal | 66 | 141 | 0 | 54 | 0 | 144 | 76 | 127 | 144 | 23 |
| Binary | 110110 | 1100001 | 0 | 101100 | 0 | 1100100 | 111110 | 1010111 | 1100100 | 10011 |
Color Harmonies of #366100
Complementary color
Monochromatic Colors of #366100
Black with #366100
Text Example
Text Example
White with #366100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #366100; }
p { color: rgb(54,97,0); }
H1.HeaderClassName
{
color: #366100;
}
.AnyTagClassName
{
color: #366100;
}
</style>
background-color css
<style>
a { background-color: #366100; }
a { background-color: rgb(54,97,0); }
div.DivClassName
{
background-color: #366100;
}
.BgClassName
{
background-color: #366100;
}
</style>
border-color css
<style>
span { border-color: #366100; }
span { border-color: rgb(54,97,0); }
td.TdClassName
{
border-color: #366100;
}
.TagClassName
{
border-color: #366100;
}
</style>