Shades of Verdun Green #335A02
Tints of Verdun Green #335A02
RGB
CMYK
RGB Variations
Color information
#335A02 (or 0x335A02) is known color: Verdun Green. HEX triplet: 33, 5A and 02. RGB value is (51,90,2). Sum of RGB (Red+Green+Blue) = 51+90+2=143 (18% of max value = 765). Red value is 51 (20.31% from 255 or 35.66% from 143); Green value is 90 (35.55% from 255 or 62.94% from 143); Blue value is 2 (1.17% from 255 or 1.40% from 143); Max value from RGB is 90 - color contains mainly: green. Hex color #335A02 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #335A02 is #CCA5FD. Grayscale: #444444. Windows color (decimal): -13411838 or 154163. OLE color: 154163.
HSL color Cylindrical-coordinate representation of color #335A02: hue angle of 86.59º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #335A02 is Cyan = 0.43, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 51 | 90 | 2 | - |
| CMYK | 0.43 | 0 | 0.98 | 0.65 |
| HSL | 86.59º | 0.96% | 0.18% | - |
| HSV(B) | 86.59º | 0.98% | 0.35% | - |
| XYZ | 5.03 | 8.02 | 1.34 | - |
| YUV | 68.31 | 90.58 | 115.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 90 | 2 | 0.43 | 0 | 0.98 | 0.65 | 86.59 | 0.96 | 0.18 |
| Hex | 33 | 5A | 2 | 2B | 0 | 62 | 41 | 57 | 60 | 12 |
| Octal | 63 | 132 | 2 | 53 | 0 | 142 | 101 | 127 | 140 | 22 |
| Binary | 110011 | 1011010 | 10 | 101011 | 0 | 1100010 | 1000001 | 1010111 | 1100000 | 10010 |
Color Harmonies of #335A02
Complementary color
Monochromatic Colors of #335A02
Black with #335A02
Text Example
Text Example
White with #335A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335A02; }
p { color: rgb(51,90,2); }
H1.HeaderClassName
{
color: #335A02;
}
.AnyTagClassName
{
color: #335A02;
}
</style>
background-color css
<style>
a { background-color: #335A02; }
a { background-color: rgb(51,90,2); }
div.DivClassName
{
background-color: #335A02;
}
.BgClassName
{
background-color: #335A02;
}
</style>
border-color css
<style>
span { border-color: #335A02; }
span { border-color: rgb(51,90,2); }
td.TdClassName
{
border-color: #335A02;
}
.TagClassName
{
border-color: #335A02;
}
</style>