Shades of Verdun Green #355404
Tints of Verdun Green #355404
RGB
CMYK
RGB Variations
Color information
#355404 (or 0x355404) is known color: Verdun Green. HEX triplet: 35, 54 and 04. RGB value is (53,84,4). Sum of RGB (Red+Green+Blue) = 53+84+4=141 (18% of max value = 765). Red value is 53 (21.09% from 255 or 37.59% from 141); Green value is 84 (33.20% from 255 or 59.57% from 141); Blue value is 4 (1.95% from 255 or 2.84% from 141); Max value from RGB is 84 - color contains mainly: green. Hex color #355404 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #355404 is #CAABFB. Grayscale: #414141. Windows color (decimal): -13282300 or 283701. OLE color: 283701.
HSL color Cylindrical-coordinate representation of color #355404: hue angle of 83.25º 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 #355404 is Cyan = 0.37, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 53 | 84 | 4 | - |
| CMYK | 0.37 | 0 | 0.95 | 0.67 |
| HSL | 83.25º | 0.91% | 0.17% | - |
| HSV(B) | 83.25º | 0.95% | 0.33% | - |
| XYZ | 4.66 | 7.11 | 1.24 | - |
| YUV | 65.61 | 93.23 | 119 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 84 | 4 | 0.37 | 0 | 0.95 | 0.67 | 83.25 | 0.91 | 0.17 |
| Hex | 35 | 54 | 4 | 25 | 0 | 5F | 43 | 53 | 5B | 11 |
| Octal | 65 | 124 | 4 | 45 | 0 | 137 | 103 | 123 | 133 | 21 |
| Binary | 110101 | 1010100 | 100 | 100101 | 0 | 1011111 | 1000011 | 1010011 | 1011011 | 10001 |
Color Harmonies of #355404
Complementary color
Monochromatic Colors of #355404
Black with #355404
Text Example
Text Example
White with #355404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355404; }
p { color: rgb(53,84,4); }
H1.HeaderClassName
{
color: #355404;
}
.AnyTagClassName
{
color: #355404;
}
</style>
background-color css
<style>
a { background-color: #355404; }
a { background-color: rgb(53,84,4); }
div.DivClassName
{
background-color: #355404;
}
.BgClassName
{
background-color: #355404;
}
</style>
border-color css
<style>
span { border-color: #355404; }
span { border-color: rgb(53,84,4); }
td.TdClassName
{
border-color: #355404;
}
.TagClassName
{
border-color: #355404;
}
</style>