Shades of Verdun Green #345910
Tints of Verdun Green #345910
RGB
CMYK
RGB Variations
Color information
#345910 (or 0x345910) is known color: Verdun Green. HEX triplet: 34, 59 and 10. RGB value is (52,89,16). Sum of RGB (Red+Green+Blue) = 52+89+16=157 (20% of max value = 765). Red value is 52 (20.70% from 255 or 33.12% from 157); Green value is 89 (35.16% from 255 or 56.69% from 157); Blue value is 16 (6.64% from 255 or 10.19% from 157); Max value from RGB is 89 - color contains mainly: green. Hex color #345910 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #345910 is #CBA6EF. Grayscale: #454545. Windows color (decimal): -13346544 or 1071412. OLE color: 1071412.
HSL color Cylindrical-coordinate representation of color #345910: hue angle of 90.41º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #345910 is Cyan = 0.42, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 52 | 89 | 16 | - |
| CMYK | 0.42 | 0 | 0.82 | 0.65 |
| HSL | 90.41º | 0.7% | 0.21% | - |
| HSV(B) | 90.41º | 0.82% | 0.35% | - |
| XYZ | 5.08 | 7.91 | 1.75 | - |
| YUV | 69.62 | 97.74 | 115.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 89 | 16 | 0.42 | 0 | 0.82 | 0.65 | 90.41 | 0.7 | 0.21 |
| Hex | 34 | 59 | 10 | 2A | 0 | 52 | 41 | 5A | 46 | 15 |
| Octal | 64 | 131 | 20 | 52 | 0 | 122 | 101 | 132 | 106 | 25 |
| Binary | 110100 | 1011001 | 10000 | 101010 | 0 | 1010010 | 1000001 | 1011010 | 1000110 | 10101 |
Color Harmonies of #345910
Complementary color
Monochromatic Colors of #345910
Black with #345910
Text Example
Text Example
White with #345910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345910; }
p { color: rgb(52,89,16); }
H1.HeaderClassName
{
color: #345910;
}
.AnyTagClassName
{
color: #345910;
}
</style>
background-color css
<style>
a { background-color: #345910; }
a { background-color: rgb(52,89,16); }
div.DivClassName
{
background-color: #345910;
}
.BgClassName
{
background-color: #345910;
}
</style>
border-color css
<style>
span { border-color: #345910; }
span { border-color: rgb(52,89,16); }
td.TdClassName
{
border-color: #345910;
}
.TagClassName
{
border-color: #345910;
}
</style>