Shades of Verdun Green #335C03
Tints of Verdun Green #335C03
RGB
CMYK
RGB Variations
Color information
#335C03 (or 0x335C03) is known color: Verdun Green. HEX triplet: 33, 5C and 03. RGB value is (51,92,3). Sum of RGB (Red+Green+Blue) = 51+92+3=146 (19% of max value = 765). Red value is 51 (20.31% from 255 or 34.93% from 146); Green value is 92 (36.33% from 255 or 63.01% from 146); Blue value is 3 (1.56% from 255 or 2.05% from 146); Max value from RGB is 92 - color contains mainly: green. Hex color #335C03 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #335C03 is #CCA3FC. Grayscale: #454545. Windows color (decimal): -13411325 or 220211. OLE color: 220211.
HSL color Cylindrical-coordinate representation of color #335C03: hue angle of 87.64º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #335C03 is Cyan = 0.45, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 51 | 92 | 3 | - |
| CMYK | 0.45 | 0 | 0.97 | 0.64 |
| HSL | 87.64º | 0.94% | 0.19% | - |
| HSV(B) | 87.64º | 0.97% | 0.36% | - |
| XYZ | 5.21 | 8.36 | 1.43 | - |
| YUV | 69.6 | 90.42 | 114.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 92 | 3 | 0.45 | 0 | 0.97 | 0.64 | 87.64 | 0.94 | 0.19 |
| Hex | 33 | 5C | 3 | 2D | 0 | 61 | 40 | 58 | 5E | 13 |
| Octal | 63 | 134 | 3 | 55 | 0 | 141 | 100 | 130 | 136 | 23 |
| Binary | 110011 | 1011100 | 11 | 101101 | 0 | 1100001 | 1000000 | 1011000 | 1011110 | 10011 |
Color Harmonies of #335C03
Complementary color
Monochromatic Colors of #335C03
Black with #335C03
Text Example
Text Example
White with #335C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335C03; }
p { color: rgb(51,92,3); }
H1.HeaderClassName
{
color: #335C03;
}
.AnyTagClassName
{
color: #335C03;
}
</style>
background-color css
<style>
a { background-color: #335C03; }
a { background-color: rgb(51,92,3); }
div.DivClassName
{
background-color: #335C03;
}
.BgClassName
{
background-color: #335C03;
}
</style>
border-color css
<style>
span { border-color: #335C03; }
span { border-color: rgb(51,92,3); }
td.TdClassName
{
border-color: #335C03;
}
.TagClassName
{
border-color: #335C03;
}
</style>