Shades of Verdun Green #34560D
Tints of Verdun Green #34560D
RGB
CMYK
RGB Variations
Color information
#34560D (or 0x34560D) is known color: Verdun Green. HEX triplet: 34, 56 and 0D. RGB value is (52,86,13). Sum of RGB (Red+Green+Blue) = 52+86+13=151 (20% of max value = 765). Red value is 52 (20.70% from 255 or 34.44% from 151); Green value is 86 (33.98% from 255 or 56.95% from 151); Blue value is 13 (5.47% from 255 or 8.61% from 151); Max value from RGB is 86 - color contains mainly: green. Hex color #34560D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #34560D is #CBA9F2. Grayscale: #434343. Windows color (decimal): -13347315 or 874036. OLE color: 874036.
HSL color Cylindrical-coordinate representation of color #34560D: hue angle of 87.95º degrees, saturation: 0.74, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #34560D is Cyan = 0.40, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 52 | 86 | 13 | - |
| CMYK | 0.40 | 0 | 0.85 | 0.66 |
| HSL | 87.95º | 0.74% | 0.19% | - |
| HSV(B) | 87.95º | 0.85% | 0.34% | - |
| XYZ | 4.82 | 7.41 | 1.56 | - |
| YUV | 67.51 | 97.24 | 116.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 86 | 13 | 0.40 | 0 | 0.85 | 0.66 | 87.95 | 0.74 | 0.19 |
| Hex | 34 | 56 | D | 28 | 0 | 55 | 42 | 58 | 4A | 13 |
| Octal | 64 | 126 | 15 | 50 | 0 | 125 | 102 | 130 | 112 | 23 |
| Binary | 110100 | 1010110 | 1101 | 101000 | 0 | 1010101 | 1000010 | 1011000 | 1001010 | 10011 |
Color Harmonies of #34560D
Complementary color
Monochromatic Colors of #34560D
Black with #34560D
Text Example
Text Example
White with #34560D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34560D; }
p { color: rgb(52,86,13); }
H1.HeaderClassName
{
color: #34560D;
}
.AnyTagClassName
{
color: #34560D;
}
</style>
background-color css
<style>
a { background-color: #34560D; }
a { background-color: rgb(52,86,13); }
div.DivClassName
{
background-color: #34560D;
}
.BgClassName
{
background-color: #34560D;
}
</style>
border-color css
<style>
span { border-color: #34560D; }
span { border-color: rgb(52,86,13); }
td.TdClassName
{
border-color: #34560D;
}
.TagClassName
{
border-color: #34560D;
}
</style>