Shades of Verdun Green #355808
Tints of Verdun Green #355808
RGB
CMYK
RGB Variations
Color information
#355808 (or 0x355808) is known color: Verdun Green. HEX triplet: 35, 58 and 08. RGB value is (53,88,8). Sum of RGB (Red+Green+Blue) = 53+88+8=149 (19% of max value = 765). Red value is 53 (21.09% from 255 or 35.57% from 149); Green value is 88 (34.77% from 255 or 59.06% from 149); Blue value is 8 (3.52% from 255 or 5.37% from 149); Max value from RGB is 88 - color contains mainly: green. Hex color #355808 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #355808 is #CAA7F7. Grayscale: #444444. Windows color (decimal): -13281272 or 546869. OLE color: 546869.
HSL color Cylindrical-coordinate representation of color #355808: hue angle of 86.25º degrees, saturation: 0.83, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #355808 is Cyan = 0.40, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 53 | 88 | 8 | - |
| CMYK | 0.40 | 0 | 0.91 | 0.65 |
| HSL | 86.25º | 0.83% | 0.19% | - |
| HSV(B) | 86.25º | 0.91% | 0.35% | - |
| XYZ | 5 | 7.75 | 1.46 | - |
| YUV | 68.42 | 93.9 | 117 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 88 | 8 | 0.40 | 0 | 0.91 | 0.65 | 86.25 | 0.83 | 0.19 |
| Hex | 35 | 58 | 8 | 28 | 0 | 5B | 41 | 56 | 53 | 13 |
| Octal | 65 | 130 | 10 | 50 | 0 | 133 | 101 | 126 | 123 | 23 |
| Binary | 110101 | 1011000 | 1000 | 101000 | 0 | 1011011 | 1000001 | 1010110 | 1010011 | 10011 |
Color Harmonies of #355808
Complementary color
Monochromatic Colors of #355808
Black with #355808
Text Example
Text Example
White with #355808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355808; }
p { color: rgb(53,88,8); }
H1.HeaderClassName
{
color: #355808;
}
.AnyTagClassName
{
color: #355808;
}
</style>
background-color css
<style>
a { background-color: #355808; }
a { background-color: rgb(53,88,8); }
div.DivClassName
{
background-color: #355808;
}
.BgClassName
{
background-color: #355808;
}
</style>
border-color css
<style>
span { border-color: #355808; }
span { border-color: rgb(53,88,8); }
td.TdClassName
{
border-color: #355808;
}
.TagClassName
{
border-color: #355808;
}
</style>