Shades of Verdun Green #345605
Tints of Verdun Green #345605
RGB
CMYK
RGB Variations
Color information
#345605 (or 0x345605) is known color: Verdun Green. HEX triplet: 34, 56 and 05. RGB value is (52,86,5). Sum of RGB (Red+Green+Blue) = 52+86+5=143 (18% of max value = 765). Red value is 52 (20.70% from 255 or 36.36% from 143); Green value is 86 (33.98% from 255 or 60.14% from 143); Blue value is 5 (2.34% from 255 or 3.50% from 143); Max value from RGB is 86 - color contains mainly: green. Hex color #345605 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #345605 is #CBA9FA. Grayscale: #424242. Windows color (decimal): -13347323 or 349748. OLE color: 349748.
HSL color Cylindrical-coordinate representation of color #345605: hue angle of 85.19º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #345605 is Cyan = 0.40, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 52 | 86 | 5 | - |
| CMYK | 0.40 | 0 | 0.94 | 0.66 |
| HSL | 85.19º | 0.89% | 0.18% | - |
| HSV(B) | 85.19º | 0.94% | 0.34% | - |
| XYZ | 4.77 | 7.4 | 1.32 | - |
| YUV | 66.6 | 93.24 | 117.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 86 | 5 | 0.40 | 0 | 0.94 | 0.66 | 85.19 | 0.89 | 0.18 |
| Hex | 34 | 56 | 5 | 28 | 0 | 5E | 42 | 55 | 59 | 12 |
| Octal | 64 | 126 | 5 | 50 | 0 | 136 | 102 | 125 | 131 | 22 |
| Binary | 110100 | 1010110 | 101 | 101000 | 0 | 1011110 | 1000010 | 1010101 | 1011001 | 10010 |
Color Harmonies of #345605
Complementary color
Monochromatic Colors of #345605
Black with #345605
Text Example
Text Example
White with #345605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345605; }
p { color: rgb(52,86,5); }
H1.HeaderClassName
{
color: #345605;
}
.AnyTagClassName
{
color: #345605;
}
</style>
background-color css
<style>
a { background-color: #345605; }
a { background-color: rgb(52,86,5); }
div.DivClassName
{
background-color: #345605;
}
.BgClassName
{
background-color: #345605;
}
</style>
border-color css
<style>
span { border-color: #345605; }
span { border-color: rgb(52,86,5); }
td.TdClassName
{
border-color: #345605;
}
.TagClassName
{
border-color: #345605;
}
</style>