Shades of Verdun Green #355407
Tints of Verdun Green #355407
RGB
CMYK
RGB Variations
Color information
#355407 (or 0x355407) is known color: Verdun Green. HEX triplet: 35, 54 and 07. RGB value is (53,84,7). Sum of RGB (Red+Green+Blue) = 53+84+7=144 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.81% from 144); Green value is 84 (33.20% from 255 or 58.33% from 144); Blue value is 7 (3.12% from 255 or 4.86% from 144); Max value from RGB is 84 - color contains mainly: green. Hex color #355407 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #355407 is #CAABF8. Grayscale: #424242. Windows color (decimal): -13282297 or 480309. OLE color: 480309.
HSL color Cylindrical-coordinate representation of color #355407: hue angle of 84.16º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #355407 is Cyan = 0.37, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 53 | 84 | 7 | - |
| CMYK | 0.37 | 0 | 0.92 | 0.67 |
| HSL | 84.16º | 0.85% | 0.18% | - |
| HSV(B) | 84.16º | 0.92% | 0.33% | - |
| XYZ | 4.68 | 7.11 | 1.33 | - |
| YUV | 65.95 | 94.73 | 118.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 84 | 7 | 0.37 | 0 | 0.92 | 0.67 | 84.16 | 0.85 | 0.18 |
| Hex | 35 | 54 | 7 | 25 | 0 | 5C | 43 | 54 | 55 | 12 |
| Octal | 65 | 124 | 7 | 45 | 0 | 134 | 103 | 124 | 125 | 22 |
| Binary | 110101 | 1010100 | 111 | 100101 | 0 | 1011100 | 1000011 | 1010100 | 1010101 | 10010 |
Color Harmonies of #355407
Complementary color
Monochromatic Colors of #355407
Black with #355407
Text Example
Text Example
White with #355407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355407; }
p { color: rgb(53,84,7); }
H1.HeaderClassName
{
color: #355407;
}
.AnyTagClassName
{
color: #355407;
}
</style>
background-color css
<style>
a { background-color: #355407; }
a { background-color: rgb(53,84,7); }
div.DivClassName
{
background-color: #355407;
}
.BgClassName
{
background-color: #355407;
}
</style>
border-color css
<style>
span { border-color: #355407; }
span { border-color: rgb(53,84,7); }
td.TdClassName
{
border-color: #355407;
}
.TagClassName
{
border-color: #355407;
}
</style>