Shades of Verdun Green #336501
Tints of Verdun Green #336501
RGB
CMYK
RGB Variations
Color information
#336501 (or 0x336501) is known color: Verdun Green. HEX triplet: 33, 65 and 01. RGB value is (51,101,1). Sum of RGB (Red+Green+Blue) = 51+101+1=153 (20% of max value = 765). Red value is 51 (20.31% from 255 or 33.33% from 153); Green value is 101 (39.84% from 255 or 66.01% from 153); Blue value is 1 (0.78% from 255 or 0.65% from 153); Max value from RGB is 101 - color contains mainly: green. Hex color #336501 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #336501 is #CC9AFE. Grayscale: #4B4B4B. Windows color (decimal): -13409023 or 91443. OLE color: 91443.
HSL color Cylindrical-coordinate representation of color #336501: hue angle of 90º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #336501 is Cyan = 0.50, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 51 | 101 | 1 | - |
| CMYK | 0.50 | 0 | 0.99 | 0.60 |
| HSL | 90º | 0.98% | 0.2% | - |
| HSV(B) | 90º | 0.99% | 0.4% | - |
| XYZ | 6.02 | 10.01 | 1.64 | - |
| YUV | 74.65 | 86.44 | 111.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 101 | 1 | 0.50 | 0 | 0.99 | 0.60 | 90 | 0.98 | 0.2 |
| Hex | 33 | 65 | 1 | 32 | 0 | 63 | 3C | 5A | 62 | 14 |
| Octal | 63 | 145 | 1 | 62 | 0 | 143 | 74 | 132 | 142 | 24 |
| Binary | 110011 | 1100101 | 1 | 110010 | 0 | 1100011 | 111100 | 1011010 | 1100010 | 10100 |
Color Harmonies of #336501
Complementary color
Monochromatic Colors of #336501
Black with #336501
Text Example
Text Example
White with #336501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336501; }
p { color: rgb(51,101,1); }
H1.HeaderClassName
{
color: #336501;
}
.AnyTagClassName
{
color: #336501;
}
</style>
background-color css
<style>
a { background-color: #336501; }
a { background-color: rgb(51,101,1); }
div.DivClassName
{
background-color: #336501;
}
.BgClassName
{
background-color: #336501;
}
</style>
border-color css
<style>
span { border-color: #336501; }
span { border-color: rgb(51,101,1); }
td.TdClassName
{
border-color: #336501;
}
.TagClassName
{
border-color: #336501;
}
</style>