Shades of Verdun Green #335B00
Tints of Verdun Green #335B00
RGB
CMYK
RGB Variations
Color information
#335B00 (or 0x335B00) is known color: Verdun Green. HEX triplet: 33, 5B and 00. RGB value is (51,91,0). Sum of RGB (Red+Green+Blue) = 51+91+0=142 (18% of max value = 765). Red value is 51 (20.31% from 255 or 35.92% from 142); Green value is 91 (35.94% from 255 or 64.08% from 142); Blue value is 0 (0.39% from 255 or 0% from 142); Max value from RGB is 91 - color contains mainly: green. Hex color #335B00 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #335B00 is #CCA4FF. Grayscale: #444444. Windows color (decimal): -13411584 or 23347. OLE color: 23347.
HSL color Cylindrical-coordinate representation of color #335B00: hue angle of 86.37º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #335B00 is Cyan = 0.44, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 51 | 91 | 0 | - |
| CMYK | 0.44 | 0 | 1 | 0.64 |
| HSL | 86.37º | 1% | 0.18% | - |
| HSV(B) | 86.37º | 1% | 0.36% | - |
| XYZ | 5.11 | 8.19 | 1.31 | - |
| YUV | 68.67 | 89.25 | 115.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 91 | 0 | 0.44 | 0 | 1 | 0.64 | 86.37 | 1 | 0.18 |
| Hex | 33 | 5B | 0 | 2C | 0 | 64 | 40 | 56 | 64 | 12 |
| Octal | 63 | 133 | 0 | 54 | 0 | 144 | 100 | 126 | 144 | 22 |
| Binary | 110011 | 1011011 | 0 | 101100 | 0 | 1100100 | 1000000 | 1010110 | 1100100 | 10010 |
Color Harmonies of #335B00
Complementary color
Monochromatic Colors of #335B00
Black with #335B00
Text Example
Text Example
White with #335B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335B00; }
p { color: rgb(51,91,0); }
H1.HeaderClassName
{
color: #335B00;
}
.AnyTagClassName
{
color: #335B00;
}
</style>
background-color css
<style>
a { background-color: #335B00; }
a { background-color: rgb(51,91,0); }
div.DivClassName
{
background-color: #335B00;
}
.BgClassName
{
background-color: #335B00;
}
</style>
border-color css
<style>
span { border-color: #335B00; }
span { border-color: rgb(51,91,0); }
td.TdClassName
{
border-color: #335B00;
}
.TagClassName
{
border-color: #335B00;
}
</style>