Shades of Verdun Green #355105
Tints of Verdun Green #355105
RGB
CMYK
RGB Variations
Color information
#355105 (or 0x355105) is known color: Verdun Green. HEX triplet: 35, 51 and 05. RGB value is (53,81,5). Sum of RGB (Red+Green+Blue) = 53+81+5=139 (18% of max value = 765). Red value is 53 (21.09% from 255 or 38.13% from 139); Green value is 81 (32.03% from 255 or 58.27% from 139); Blue value is 5 (2.34% from 255 or 3.60% from 139); Max value from RGB is 81 - color contains mainly: green. Hex color #355105 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #355105 is #CAAEFA. Grayscale: #404040. Windows color (decimal): -13283067 or 348469. OLE color: 348469.
HSL color Cylindrical-coordinate representation of color #355105: hue angle of 82.11º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #355105 is Cyan = 0.35, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 53 | 81 | 5 | - |
| CMYK | 0.35 | 0 | 0.94 | 0.68 |
| HSL | 82.11º | 0.88% | 0.17% | - |
| HSV(B) | 82.11º | 0.94% | 0.32% | - |
| XYZ | 4.44 | 6.65 | 1.19 | - |
| YUV | 63.96 | 94.72 | 120.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 81 | 5 | 0.35 | 0 | 0.94 | 0.68 | 82.11 | 0.88 | 0.17 |
| Hex | 35 | 51 | 5 | 23 | 0 | 5E | 44 | 52 | 58 | 11 |
| Octal | 65 | 121 | 5 | 43 | 0 | 136 | 104 | 122 | 130 | 21 |
| Binary | 110101 | 1010001 | 101 | 100011 | 0 | 1011110 | 1000100 | 1010010 | 1011000 | 10001 |
Color Harmonies of #355105
Complementary color
Monochromatic Colors of #355105
Black with #355105
Text Example
Text Example
White with #355105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355105; }
p { color: rgb(53,81,5); }
H1.HeaderClassName
{
color: #355105;
}
.AnyTagClassName
{
color: #355105;
}
</style>
background-color css
<style>
a { background-color: #355105; }
a { background-color: rgb(53,81,5); }
div.DivClassName
{
background-color: #355105;
}
.BgClassName
{
background-color: #355105;
}
</style>
border-color css
<style>
span { border-color: #355105; }
span { border-color: rgb(53,81,5); }
td.TdClassName
{
border-color: #355105;
}
.TagClassName
{
border-color: #355105;
}
</style>