Shades of Verdun Green #335A0B
Tints of Verdun Green #335A0B
RGB
CMYK
RGB Variations
Color information
#335A0B (or 0x335A0B) is known color: Verdun Green. HEX triplet: 33, 5A and 0B. RGB value is (51,90,11). Sum of RGB (Red+Green+Blue) = 51+90+11=152 (20% of max value = 765). Red value is 51 (20.31% from 255 or 33.55% from 152); Green value is 90 (35.55% from 255 or 59.21% from 152); Blue value is 11 (4.69% from 255 or 7.24% from 152); Max value from RGB is 90 - color contains mainly: green. Hex color #335A0B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #335A0B is #CCA5F4. Grayscale: #454545. Windows color (decimal): -13411829 or 743987. OLE color: 743987.
HSL color Cylindrical-coordinate representation of color #335A0B: hue angle of 89.62º degrees, saturation: 0.78, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #335A0B is Cyan = 0.43, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 51 | 90 | 11 | - |
| CMYK | 0.43 | 0 | 0.88 | 0.65 |
| HSL | 89.62º | 0.78% | 0.2% | - |
| HSV(B) | 89.62º | 0.88% | 0.35% | - |
| XYZ | 5.08 | 8.04 | 1.6 | - |
| YUV | 69.33 | 95.08 | 114.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 90 | 11 | 0.43 | 0 | 0.88 | 0.65 | 89.62 | 0.78 | 0.2 |
| Hex | 33 | 5A | B | 2B | 0 | 58 | 41 | 5A | 4E | 14 |
| Octal | 63 | 132 | 13 | 53 | 0 | 130 | 101 | 132 | 116 | 24 |
| Binary | 110011 | 1011010 | 1011 | 101011 | 0 | 1011000 | 1000001 | 1011010 | 1001110 | 10100 |
Color Harmonies of #335A0B
Complementary color
Monochromatic Colors of #335A0B
Black with #335A0B
Text Example
Text Example
White with #335A0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335A0B; }
p { color: rgb(51,90,11); }
H1.HeaderClassName
{
color: #335A0B;
}
.AnyTagClassName
{
color: #335A0B;
}
</style>
background-color css
<style>
a { background-color: #335A0B; }
a { background-color: rgb(51,90,11); }
div.DivClassName
{
background-color: #335A0B;
}
.BgClassName
{
background-color: #335A0B;
}
</style>
border-color css
<style>
span { border-color: #335A0B; }
span { border-color: rgb(51,90,11); }
td.TdClassName
{
border-color: #335A0B;
}
.TagClassName
{
border-color: #335A0B;
}
</style>