Shades of Verdun Green #335508
Tints of Verdun Green #335508
RGB
CMYK
RGB Variations
Color information
#335508 (or 0x335508) is known color: Verdun Green. HEX triplet: 33, 55 and 08. RGB value is (51,85,8). Sum of RGB (Red+Green+Blue) = 51+85+8=144 (19% of max value = 765). Red value is 51 (20.31% from 255 or 35.42% from 144); Green value is 85 (33.59% from 255 or 59.03% from 144); Blue value is 8 (3.52% from 255 or 5.56% from 144); Max value from RGB is 85 - color contains mainly: green. Hex color #335508 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #335508 is #CCAAF7. Grayscale: #424242. Windows color (decimal): -13413112 or 546099. OLE color: 546099.
HSL color Cylindrical-coordinate representation of color #335508: hue angle of 86.49º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #335508 is Cyan = 0.40, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 51 | 85 | 8 | - |
| CMYK | 0.40 | 0 | 0.91 | 0.67 |
| HSL | 86.49º | 0.83% | 0.18% | - |
| HSV(B) | 86.49º | 0.91% | 0.33% | - |
| XYZ | 4.66 | 7.22 | 1.38 | - |
| YUV | 66.06 | 95.24 | 117.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 85 | 8 | 0.40 | 0 | 0.91 | 0.67 | 86.49 | 0.83 | 0.18 |
| Hex | 33 | 55 | 8 | 28 | 0 | 5B | 43 | 56 | 53 | 12 |
| Octal | 63 | 125 | 10 | 50 | 0 | 133 | 103 | 126 | 123 | 22 |
| Binary | 110011 | 1010101 | 1000 | 101000 | 0 | 1011011 | 1000011 | 1010110 | 1010011 | 10010 |
Color Harmonies of #335508
Complementary color
Monochromatic Colors of #335508
Black with #335508
Text Example
Text Example
White with #335508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335508; }
p { color: rgb(51,85,8); }
H1.HeaderClassName
{
color: #335508;
}
.AnyTagClassName
{
color: #335508;
}
</style>
background-color css
<style>
a { background-color: #335508; }
a { background-color: rgb(51,85,8); }
div.DivClassName
{
background-color: #335508;
}
.BgClassName
{
background-color: #335508;
}
</style>
border-color css
<style>
span { border-color: #335508; }
span { border-color: rgb(51,85,8); }
td.TdClassName
{
border-color: #335508;
}
.TagClassName
{
border-color: #335508;
}
</style>