Shades of Verdun Green #336505
Tints of Verdun Green #336505
RGB
CMYK
RGB Variations
Color information
#336505 (or 0x336505) is known color: Verdun Green. HEX triplet: 33, 65 and 05. RGB value is (51,101,5). Sum of RGB (Red+Green+Blue) = 51+101+5=157 (20% of max value = 765). Red value is 51 (20.31% from 255 or 32.48% from 157); Green value is 101 (39.84% from 255 or 64.33% from 157); Blue value is 5 (2.34% from 255 or 3.18% from 157); Max value from RGB is 101 - color contains mainly: green. Hex color #336505 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #336505 is #CC9AFA. Grayscale: #4B4B4B. Windows color (decimal): -13409019 or 353587. OLE color: 353587.
HSL color Cylindrical-coordinate representation of color #336505: hue angle of 91.25º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #336505 is Cyan = 0.50, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 51 | 101 | 5 | - |
| CMYK | 0.50 | 0 | 0.95 | 0.60 |
| HSL | 91.25º | 0.91% | 0.21% | - |
| HSV(B) | 91.25º | 0.95% | 0.4% | - |
| XYZ | 6.05 | 10.02 | 1.76 | - |
| YUV | 75.11 | 88.44 | 110.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 101 | 5 | 0.50 | 0 | 0.95 | 0.60 | 91.25 | 0.91 | 0.21 |
| Hex | 33 | 65 | 5 | 32 | 0 | 5F | 3C | 5B | 5B | 15 |
| Octal | 63 | 145 | 5 | 62 | 0 | 137 | 74 | 133 | 133 | 25 |
| Binary | 110011 | 1100101 | 101 | 110010 | 0 | 1011111 | 111100 | 1011011 | 1011011 | 10101 |
Color Harmonies of #336505
Complementary color
Monochromatic Colors of #336505
Black with #336505
Text Example
Text Example
White with #336505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336505; }
p { color: rgb(51,101,5); }
H1.HeaderClassName
{
color: #336505;
}
.AnyTagClassName
{
color: #336505;
}
</style>
background-color css
<style>
a { background-color: #336505; }
a { background-color: rgb(51,101,5); }
div.DivClassName
{
background-color: #336505;
}
.BgClassName
{
background-color: #336505;
}
</style>
border-color css
<style>
span { border-color: #336505; }
span { border-color: rgb(51,101,5); }
td.TdClassName
{
border-color: #336505;
}
.TagClassName
{
border-color: #336505;
}
</style>