Shades of Verdun Green #345810
Tints of Verdun Green #345810
RGB
CMYK
RGB Variations
Color information
#345810 (or 0x345810) is known color: Verdun Green. HEX triplet: 34, 58 and 10. RGB value is (52,88,16). Sum of RGB (Red+Green+Blue) = 52+88+16=156 (20% of max value = 765). Red value is 52 (20.70% from 255 or 33.33% from 156); Green value is 88 (34.77% from 255 or 56.41% from 156); Blue value is 16 (6.64% from 255 or 10.26% from 156); Max value from RGB is 88 - color contains mainly: green. Hex color #345810 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #345810 is #CBA7EF. Grayscale: #454545. Windows color (decimal): -13346800 or 1071156. OLE color: 1071156.
HSL color Cylindrical-coordinate representation of color #345810: hue angle of 90º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #345810 is Cyan = 0.41, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 52 | 88 | 16 | - |
| CMYK | 0.41 | 0 | 0.82 | 0.65 |
| HSL | 90º | 0.69% | 0.2% | - |
| HSV(B) | 90º | 0.82% | 0.35% | - |
| XYZ | 5 | 7.75 | 1.72 | - |
| YUV | 69.03 | 98.07 | 115.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 88 | 16 | 0.41 | 0 | 0.82 | 0.65 | 90 | 0.69 | 0.2 |
| Hex | 34 | 58 | 10 | 29 | 0 | 52 | 41 | 5A | 45 | 14 |
| Octal | 64 | 130 | 20 | 51 | 0 | 122 | 101 | 132 | 105 | 24 |
| Binary | 110100 | 1011000 | 10000 | 101001 | 0 | 1010010 | 1000001 | 1011010 | 1000101 | 10100 |
Color Harmonies of #345810
Complementary color
Monochromatic Colors of #345810
Black with #345810
Text Example
Text Example
White with #345810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345810; }
p { color: rgb(52,88,16); }
H1.HeaderClassName
{
color: #345810;
}
.AnyTagClassName
{
color: #345810;
}
</style>
background-color css
<style>
a { background-color: #345810; }
a { background-color: rgb(52,88,16); }
div.DivClassName
{
background-color: #345810;
}
.BgClassName
{
background-color: #345810;
}
</style>
border-color css
<style>
span { border-color: #345810; }
span { border-color: rgb(52,88,16); }
td.TdClassName
{
border-color: #345810;
}
.TagClassName
{
border-color: #345810;
}
</style>