Shades of Verdun Green #355600
Tints of Verdun Green #355600
RGB
CMYK
RGB Variations
Color information
#355600 (or 0x355600) is known color: Verdun Green. HEX triplet: 35, 56 and 00. RGB value is (53,86,0). Sum of RGB (Red+Green+Blue) = 53+86+0=139 (18% of max value = 765). Red value is 53 (21.09% from 255 or 38.13% from 139); Green value is 86 (33.98% from 255 or 61.87% from 139); Blue value is 0 (0.39% from 255 or 0% from 139); Max value from RGB is 86 - color contains mainly: green. Hex color #355600 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #355600 is #CAA9FF. Grayscale: #424242. Windows color (decimal): -13281792 or 22069. OLE color: 22069.
HSL color Cylindrical-coordinate representation of color #355600: hue angle of 83.02º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 1%. Process color model (Four color, CMYK) of #355600 is Cyan = 0.38, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 53 | 86 | 0 | - |
| CMYK | 0.38 | 0 | 1 | 0.66 |
| HSL | 83.02º | 1% | 0.17% | - |
| HSV(B) | 83.02º | 1% | 0.34% | - |
| XYZ | 4.8 | 7.41 | 1.18 | - |
| YUV | 66.33 | 90.57 | 118.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 86 | 0 | 0.38 | 0 | 1 | 0.66 | 83.02 | 1 | 0.17 |
| Hex | 35 | 56 | 0 | 26 | 0 | 64 | 42 | 53 | 64 | 11 |
| Octal | 65 | 126 | 0 | 46 | 0 | 144 | 102 | 123 | 144 | 21 |
| Binary | 110101 | 1010110 | 0 | 100110 | 0 | 1100100 | 1000010 | 1010011 | 1100100 | 10001 |
Color Harmonies of #355600
Complementary color
Monochromatic Colors of #355600
Black with #355600
Text Example
Text Example
White with #355600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355600; }
p { color: rgb(53,86,0); }
H1.HeaderClassName
{
color: #355600;
}
.AnyTagClassName
{
color: #355600;
}
</style>
background-color css
<style>
a { background-color: #355600; }
a { background-color: rgb(53,86,0); }
div.DivClassName
{
background-color: #355600;
}
.BgClassName
{
background-color: #355600;
}
</style>
border-color css
<style>
span { border-color: #355600; }
span { border-color: rgb(53,86,0); }
td.TdClassName
{
border-color: #355600;
}
.TagClassName
{
border-color: #355600;
}
</style>