Shades of Verdun Green #335303
Tints of Verdun Green #335303
RGB
CMYK
RGB Variations
Color information
#335303 (or 0x335303) is known color: Verdun Green. HEX triplet: 33, 53 and 03. RGB value is (51,83,3). Sum of RGB (Red+Green+Blue) = 51+83+3=137 (18% of max value = 765). Red value is 51 (20.31% from 255 or 37.23% from 137); Green value is 83 (32.81% from 255 or 60.58% from 137); Blue value is 3 (1.56% from 255 or 2.19% from 137); Max value from RGB is 83 - color contains mainly: green. Hex color #335303 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #335303 is #CCACFC. Grayscale: #404040. Windows color (decimal): -13413629 or 217907. OLE color: 217907.
HSL color Cylindrical-coordinate representation of color #335303: hue angle of 84º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #335303 is Cyan = 0.39, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 51 | 83 | 3 | - |
| CMYK | 0.39 | 0 | 0.96 | 0.67 |
| HSL | 84º | 0.93% | 0.17% | - |
| HSV(B) | 84º | 0.96% | 0.33% | - |
| XYZ | 4.47 | 6.9 | 1.18 | - |
| YUV | 64.31 | 93.4 | 118.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 83 | 3 | 0.39 | 0 | 0.96 | 0.67 | 84 | 0.93 | 0.17 |
| Hex | 33 | 53 | 3 | 27 | 0 | 60 | 43 | 54 | 5D | 11 |
| Octal | 63 | 123 | 3 | 47 | 0 | 140 | 103 | 124 | 135 | 21 |
| Binary | 110011 | 1010011 | 11 | 100111 | 0 | 1100000 | 1000011 | 1010100 | 1011101 | 10001 |
Color Harmonies of #335303
Complementary color
Monochromatic Colors of #335303
Black with #335303
Text Example
Text Example
White with #335303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335303; }
p { color: rgb(51,83,3); }
H1.HeaderClassName
{
color: #335303;
}
.AnyTagClassName
{
color: #335303;
}
</style>
background-color css
<style>
a { background-color: #335303; }
a { background-color: rgb(51,83,3); }
div.DivClassName
{
background-color: #335303;
}
.BgClassName
{
background-color: #335303;
}
</style>
border-color css
<style>
span { border-color: #335303; }
span { border-color: rgb(51,83,3); }
td.TdClassName
{
border-color: #335303;
}
.TagClassName
{
border-color: #335303;
}
</style>