Shades of Verdun Green #345709
Tints of Verdun Green #345709
RGB
CMYK
RGB Variations
Color information
#345709 (or 0x345709) is known color: Verdun Green. HEX triplet: 34, 57 and 09. RGB value is (52,87,9). Sum of RGB (Red+Green+Blue) = 52+87+9=148 (19% of max value = 765). Red value is 52 (20.70% from 255 or 35.14% from 148); Green value is 87 (34.38% from 255 or 58.78% from 148); Blue value is 9 (3.91% from 255 or 6.08% from 148); Max value from RGB is 87 - color contains mainly: green. Hex color #345709 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #345709 is #CBA8F6. Grayscale: #434343. Windows color (decimal): -13347063 or 612148. OLE color: 612148.
HSL color Cylindrical-coordinate representation of color #345709: hue angle of 86.92º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #345709 is Cyan = 0.40, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 52 | 87 | 9 | - |
| CMYK | 0.40 | 0 | 0.90 | 0.66 |
| HSL | 86.92º | 0.81% | 0.19% | - |
| HSV(B) | 86.92º | 0.9% | 0.34% | - |
| XYZ | 4.87 | 7.57 | 1.46 | - |
| YUV | 67.64 | 94.9 | 116.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 87 | 9 | 0.40 | 0 | 0.90 | 0.66 | 86.92 | 0.81 | 0.19 |
| Hex | 34 | 57 | 9 | 28 | 0 | 5A | 42 | 57 | 51 | 13 |
| Octal | 64 | 127 | 11 | 50 | 0 | 132 | 102 | 127 | 121 | 23 |
| Binary | 110100 | 1010111 | 1001 | 101000 | 0 | 1011010 | 1000010 | 1010111 | 1010001 | 10011 |
Color Harmonies of #345709
Complementary color
Monochromatic Colors of #345709
Black with #345709
Text Example
Text Example
White with #345709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345709; }
p { color: rgb(52,87,9); }
H1.HeaderClassName
{
color: #345709;
}
.AnyTagClassName
{
color: #345709;
}
</style>
background-color css
<style>
a { background-color: #345709; }
a { background-color: rgb(52,87,9); }
div.DivClassName
{
background-color: #345709;
}
.BgClassName
{
background-color: #345709;
}
</style>
border-color css
<style>
span { border-color: #345709; }
span { border-color: rgb(52,87,9); }
td.TdClassName
{
border-color: #345709;
}
.TagClassName
{
border-color: #345709;
}
</style>