Shades of Verdun Green #366901
Tints of Verdun Green #366901
RGB
CMYK
RGB Variations
Color information
#366901 (or 0x366901) is known color: Verdun Green. HEX triplet: 36, 69 and 01. RGB value is (54,105,1). Sum of RGB (Red+Green+Blue) = 54+105+1=160 (21% of max value = 765). Red value is 54 (21.48% from 255 or 33.75% from 160); Green value is 105 (41.41% from 255 or 65.62% from 160); Blue value is 1 (0.78% from 255 or 0.62% from 160); Max value from RGB is 105 - color contains mainly: green. Hex color #366901 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #366901 is #C996FE. Grayscale: #4E4E4E. Windows color (decimal): -13211391 or 92470. OLE color: 92470.
HSL color Cylindrical-coordinate representation of color #366901: hue angle of 89.42º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #366901 is Cyan = 0.49, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 54 | 105 | 1 | - |
| CMYK | 0.49 | 0 | 0.99 | 0.59 |
| HSL | 89.42º | 0.98% | 0.21% | - |
| HSV(B) | 89.42º | 0.99% | 0.41% | - |
| XYZ | 6.58 | 10.89 | 1.78 | - |
| YUV | 77.9 | 84.6 | 110.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 105 | 1 | 0.49 | 0 | 0.99 | 0.59 | 89.42 | 0.98 | 0.21 |
| Hex | 36 | 69 | 1 | 31 | 0 | 63 | 3B | 59 | 62 | 15 |
| Octal | 66 | 151 | 1 | 61 | 0 | 143 | 73 | 131 | 142 | 25 |
| Binary | 110110 | 1101001 | 1 | 110001 | 0 | 1100011 | 111011 | 1011001 | 1100010 | 10101 |
Color Harmonies of #366901
Complementary color
Monochromatic Colors of #366901
Black with #366901
Text Example
Text Example
White with #366901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #366901; }
p { color: rgb(54,105,1); }
H1.HeaderClassName
{
color: #366901;
}
.AnyTagClassName
{
color: #366901;
}
</style>
background-color css
<style>
a { background-color: #366901; }
a { background-color: rgb(54,105,1); }
div.DivClassName
{
background-color: #366901;
}
.BgClassName
{
background-color: #366901;
}
</style>
border-color css
<style>
span { border-color: #366901; }
span { border-color: rgb(54,105,1); }
td.TdClassName
{
border-color: #366901;
}
.TagClassName
{
border-color: #366901;
}
</style>