Shades of Verdun Green #366301
Tints of Verdun Green #366301
RGB
CMYK
RGB Variations
Color information
#366301 (or 0x366301) is known color: Verdun Green. HEX triplet: 36, 63 and 01. RGB value is (54,99,1). Sum of RGB (Red+Green+Blue) = 54+99+1=154 (20% of max value = 765). Red value is 54 (21.48% from 255 or 35.06% from 154); Green value is 99 (39.06% from 255 or 64.29% from 154); Blue value is 1 (0.78% from 255 or 0.65% from 154); Max value from RGB is 99 - color contains mainly: green. Hex color #366301 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #366301 is #C99CFE. Grayscale: #4A4A4A. Windows color (decimal): -13212927 or 90934. OLE color: 90934.
HSL color Cylindrical-coordinate representation of color #366301: hue angle of 87.55º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #366301 is Cyan = 0.45, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 54 | 99 | 1 | - |
| CMYK | 0.45 | 0 | 0.99 | 0.61 |
| HSL | 87.55º | 0.98% | 0.2% | - |
| HSV(B) | 87.55º | 0.99% | 0.39% | - |
| XYZ | 5.99 | 9.71 | 1.59 | - |
| YUV | 74.37 | 86.59 | 113.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 99 | 1 | 0.45 | 0 | 0.99 | 0.61 | 87.55 | 0.98 | 0.2 |
| Hex | 36 | 63 | 1 | 2D | 0 | 63 | 3D | 58 | 62 | 14 |
| Octal | 66 | 143 | 1 | 55 | 0 | 143 | 75 | 130 | 142 | 24 |
| Binary | 110110 | 1100011 | 1 | 101101 | 0 | 1100011 | 111101 | 1011000 | 1100010 | 10100 |
Color Harmonies of #366301
Complementary color
Monochromatic Colors of #366301
Black with #366301
Text Example
Text Example
White with #366301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #366301; }
p { color: rgb(54,99,1); }
H1.HeaderClassName
{
color: #366301;
}
.AnyTagClassName
{
color: #366301;
}
</style>
background-color css
<style>
a { background-color: #366301; }
a { background-color: rgb(54,99,1); }
div.DivClassName
{
background-color: #366301;
}
.BgClassName
{
background-color: #366301;
}
</style>
border-color css
<style>
span { border-color: #366301; }
span { border-color: rgb(54,99,1); }
td.TdClassName
{
border-color: #366301;
}
.TagClassName
{
border-color: #366301;
}
</style>