Shades of Verdun Green #345905
Tints of Verdun Green #345905
RGB
CMYK
RGB Variations
Color information
#345905 (or 0x345905) is known color: Verdun Green. HEX triplet: 34, 59 and 05. RGB value is (52,89,5). Sum of RGB (Red+Green+Blue) = 52+89+5=146 (19% of max value = 765). Red value is 52 (20.70% from 255 or 35.62% from 146); Green value is 89 (35.16% from 255 or 60.96% from 146); Blue value is 5 (2.34% from 255 or 3.42% from 146); Max value from RGB is 89 - color contains mainly: green. Hex color #345905 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #345905 is #CBA6FA. Grayscale: #444444. Windows color (decimal): -13346555 or 350516. OLE color: 350516.
HSL color Cylindrical-coordinate representation of color #345905: hue angle of 86.43º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #345905 is Cyan = 0.42, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 52 | 89 | 5 | - |
| CMYK | 0.42 | 0 | 0.94 | 0.65 |
| HSL | 86.43º | 0.89% | 0.18% | - |
| HSV(B) | 86.43º | 0.94% | 0.35% | - |
| XYZ | 5.02 | 7.89 | 1.4 | - |
| YUV | 68.36 | 92.24 | 116.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 89 | 5 | 0.42 | 0 | 0.94 | 0.65 | 86.43 | 0.89 | 0.18 |
| Hex | 34 | 59 | 5 | 2A | 0 | 5E | 41 | 56 | 59 | 12 |
| Octal | 64 | 131 | 5 | 52 | 0 | 136 | 101 | 126 | 131 | 22 |
| Binary | 110100 | 1011001 | 101 | 101010 | 0 | 1011110 | 1000001 | 1010110 | 1011001 | 10010 |
Color Harmonies of #345905
Complementary color
Monochromatic Colors of #345905
Black with #345905
Text Example
Text Example
White with #345905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345905; }
p { color: rgb(52,89,5); }
H1.HeaderClassName
{
color: #345905;
}
.AnyTagClassName
{
color: #345905;
}
</style>
background-color css
<style>
a { background-color: #345905; }
a { background-color: rgb(52,89,5); }
div.DivClassName
{
background-color: #345905;
}
.BgClassName
{
background-color: #345905;
}
</style>
border-color css
<style>
span { border-color: #345905; }
span { border-color: rgb(52,89,5); }
td.TdClassName
{
border-color: #345905;
}
.TagClassName
{
border-color: #345905;
}
</style>