Shades of Verdun Green #366001
Tints of Verdun Green #366001
RGB
CMYK
RGB Variations
Color information
#366001 (or 0x366001) is known color: Verdun Green. HEX triplet: 36, 60 and 01. RGB value is (54,96,1). Sum of RGB (Red+Green+Blue) = 54+96+1=151 (20% of max value = 765). Red value is 54 (21.48% from 255 or 35.76% from 151); Green value is 96 (37.89% from 255 or 63.58% from 151); Blue value is 1 (0.78% from 255 or 0.66% from 151); Max value from RGB is 96 - color contains mainly: green. Hex color #366001 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #366001 is #C99FFE. Grayscale: #484848. Windows color (decimal): -13213695 or 90166. OLE color: 90166.
HSL color Cylindrical-coordinate representation of color #366001: hue angle of 86.53º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #366001 is Cyan = 0.44, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 54 | 96 | 1 | - |
| CMYK | 0.44 | 0 | 0.99 | 0.62 |
| HSL | 86.53º | 0.98% | 0.19% | - |
| HSV(B) | 86.53º | 0.99% | 0.38% | - |
| XYZ | 5.71 | 9.15 | 1.49 | - |
| YUV | 72.61 | 87.59 | 114.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 96 | 1 | 0.44 | 0 | 0.99 | 0.62 | 86.53 | 0.98 | 0.19 |
| Hex | 36 | 60 | 1 | 2C | 0 | 63 | 3E | 57 | 62 | 13 |
| Octal | 66 | 140 | 1 | 54 | 0 | 143 | 76 | 127 | 142 | 23 |
| Binary | 110110 | 1100000 | 1 | 101100 | 0 | 1100011 | 111110 | 1010111 | 1100010 | 10011 |
Color Harmonies of #366001
Complementary color
Monochromatic Colors of #366001
Black with #366001
Text Example
Text Example
White with #366001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #366001; }
p { color: rgb(54,96,1); }
H1.HeaderClassName
{
color: #366001;
}
.AnyTagClassName
{
color: #366001;
}
</style>
background-color css
<style>
a { background-color: #366001; }
a { background-color: rgb(54,96,1); }
div.DivClassName
{
background-color: #366001;
}
.BgClassName
{
background-color: #366001;
}
</style>
border-color css
<style>
span { border-color: #366001; }
span { border-color: rgb(54,96,1); }
td.TdClassName
{
border-color: #366001;
}
.TagClassName
{
border-color: #366001;
}
</style>