Shades of Verdun Green #34550E
Tints of Verdun Green #34550E
RGB
CMYK
RGB Variations
Color information
#34550E (or 0x34550E) is known color: Verdun Green. HEX triplet: 34, 55 and 0E. RGB value is (52,85,14). Sum of RGB (Red+Green+Blue) = 52+85+14=151 (20% of max value = 765). Red value is 52 (20.70% from 255 or 34.44% from 151); Green value is 85 (33.59% from 255 or 56.29% from 151); Blue value is 14 (5.86% from 255 or 9.27% from 151); Max value from RGB is 85 - color contains mainly: green. Hex color #34550E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #34550E is #CBAAF1. Grayscale: #434343. Windows color (decimal): -13347570 or 939316. OLE color: 939316.
HSL color Cylindrical-coordinate representation of color #34550E: hue angle of 87.89º degrees, saturation: 0.72, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #34550E is Cyan = 0.39, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 52 | 85 | 14 | - |
| CMYK | 0.39 | 0 | 0.84 | 0.67 |
| HSL | 87.89º | 0.72% | 0.19% | - |
| HSV(B) | 87.89º | 0.84% | 0.33% | - |
| XYZ | 4.74 | 7.26 | 1.57 | - |
| YUV | 67.04 | 98.07 | 117.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 85 | 14 | 0.39 | 0 | 0.84 | 0.67 | 87.89 | 0.72 | 0.19 |
| Hex | 34 | 55 | E | 27 | 0 | 54 | 43 | 58 | 48 | 13 |
| Octal | 64 | 125 | 16 | 47 | 0 | 124 | 103 | 130 | 110 | 23 |
| Binary | 110100 | 1010101 | 1110 | 100111 | 0 | 1010100 | 1000011 | 1011000 | 1001000 | 10011 |
Color Harmonies of #34550E
Complementary color
Monochromatic Colors of #34550E
Black with #34550E
Text Example
Text Example
White with #34550E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34550E; }
p { color: rgb(52,85,14); }
H1.HeaderClassName
{
color: #34550E;
}
.AnyTagClassName
{
color: #34550E;
}
</style>
background-color css
<style>
a { background-color: #34550E; }
a { background-color: rgb(52,85,14); }
div.DivClassName
{
background-color: #34550E;
}
.BgClassName
{
background-color: #34550E;
}
</style>
border-color css
<style>
span { border-color: #34550E; }
span { border-color: rgb(52,85,14); }
td.TdClassName
{
border-color: #34550E;
}
.TagClassName
{
border-color: #34550E;
}
</style>