Shades of Verdun Green #335504
Tints of Verdun Green #335504
RGB
CMYK
RGB Variations
Color information
#335504 (or 0x335504) is known color: Verdun Green. HEX triplet: 33, 55 and 04. RGB value is (51,85,4). Sum of RGB (Red+Green+Blue) = 51+85+4=140 (18% of max value = 765). Red value is 51 (20.31% from 255 or 36.43% from 140); Green value is 85 (33.59% from 255 or 60.71% from 140); Blue value is 4 (1.95% from 255 or 2.86% from 140); Max value from RGB is 85 - color contains mainly: green. Hex color #335504 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #335504 is #CCAAFB. Grayscale: #414141. Windows color (decimal): -13413116 or 283955. OLE color: 283955.
HSL color Cylindrical-coordinate representation of color #335504: hue angle of 85.19º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #335504 is Cyan = 0.40, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 51 | 85 | 4 | - |
| CMYK | 0.40 | 0 | 0.95 | 0.67 |
| HSL | 85.19º | 0.91% | 0.17% | - |
| HSV(B) | 85.19º | 0.95% | 0.33% | - |
| XYZ | 4.64 | 7.21 | 1.26 | - |
| YUV | 65.6 | 93.24 | 117.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 85 | 4 | 0.40 | 0 | 0.95 | 0.67 | 85.19 | 0.91 | 0.17 |
| Hex | 33 | 55 | 4 | 28 | 0 | 5F | 43 | 55 | 5B | 11 |
| Octal | 63 | 125 | 4 | 50 | 0 | 137 | 103 | 125 | 133 | 21 |
| Binary | 110011 | 1010101 | 100 | 101000 | 0 | 1011111 | 1000011 | 1010101 | 1011011 | 10001 |
Color Harmonies of #335504
Complementary color
Monochromatic Colors of #335504
Black with #335504
Text Example
Text Example
White with #335504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335504; }
p { color: rgb(51,85,4); }
H1.HeaderClassName
{
color: #335504;
}
.AnyTagClassName
{
color: #335504;
}
</style>
background-color css
<style>
a { background-color: #335504; }
a { background-color: rgb(51,85,4); }
div.DivClassName
{
background-color: #335504;
}
.BgClassName
{
background-color: #335504;
}
</style>
border-color css
<style>
span { border-color: #335504; }
span { border-color: rgb(51,85,4); }
td.TdClassName
{
border-color: #335504;
}
.TagClassName
{
border-color: #335504;
}
</style>