Shades of Verdun Green #335304
Tints of Verdun Green #335304
RGB
CMYK
RGB Variations
Color information
#335304 (or 0x335304) is known color: Verdun Green. HEX triplet: 33, 53 and 04. RGB value is (51,83,4). Sum of RGB (Red+Green+Blue) = 51+83+4=138 (18% of max value = 765). Red value is 51 (20.31% from 255 or 36.96% from 138); Green value is 83 (32.81% from 255 or 60.14% from 138); Blue value is 4 (1.95% from 255 or 2.90% from 138); Max value from RGB is 83 - color contains mainly: green. Hex color #335304 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #335304 is #CCACFB. Grayscale: #404040. Windows color (decimal): -13413628 or 283443. OLE color: 283443.
HSL color Cylindrical-coordinate representation of color #335304: hue angle of 84.3º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #335304 is Cyan = 0.39, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 51 | 83 | 4 | - |
| CMYK | 0.39 | 0 | 0.95 | 0.67 |
| HSL | 84.3º | 0.91% | 0.17% | - |
| HSV(B) | 84.3º | 0.95% | 0.33% | - |
| XYZ | 4.48 | 6.9 | 1.21 | - |
| YUV | 64.43 | 93.9 | 118.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 83 | 4 | 0.39 | 0 | 0.95 | 0.67 | 84.3 | 0.91 | 0.17 |
| Hex | 33 | 53 | 4 | 27 | 0 | 5F | 43 | 54 | 5B | 11 |
| Octal | 63 | 123 | 4 | 47 | 0 | 137 | 103 | 124 | 133 | 21 |
| Binary | 110011 | 1010011 | 100 | 100111 | 0 | 1011111 | 1000011 | 1010100 | 1011011 | 10001 |
Color Harmonies of #335304
Complementary color
Monochromatic Colors of #335304
Black with #335304
Text Example
Text Example
White with #335304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335304; }
p { color: rgb(51,83,4); }
H1.HeaderClassName
{
color: #335304;
}
.AnyTagClassName
{
color: #335304;
}
</style>
background-color css
<style>
a { background-color: #335304; }
a { background-color: rgb(51,83,4); }
div.DivClassName
{
background-color: #335304;
}
.BgClassName
{
background-color: #335304;
}
</style>
border-color css
<style>
span { border-color: #335304; }
span { border-color: rgb(51,83,4); }
td.TdClassName
{
border-color: #335304;
}
.TagClassName
{
border-color: #335304;
}
</style>