Shades of Verdun Green #34610B
Tints of Verdun Green #34610B
RGB
CMYK
RGB Variations
Color information
#34610B (or 0x34610B) is known color: Verdun Green. HEX triplet: 34, 61 and 0B. RGB value is (52,97,11). Sum of RGB (Red+Green+Blue) = 52+97+11=160 (21% of max value = 765). Red value is 52 (20.70% from 255 or 32.5% from 160); Green value is 97 (38.28% from 255 or 60.62% from 160); Blue value is 11 (4.69% from 255 or 6.88% from 160); Max value from RGB is 97 - color contains mainly: green. Hex color #34610B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #34610B is #CB9EF4. Grayscale: #4A4A4A. Windows color (decimal): -13344501 or 745780. OLE color: 745780.
HSL color Cylindrical-coordinate representation of color #34610B: hue angle of 91.4º degrees, saturation: 0.8, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #34610B is Cyan = 0.46, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 52 | 97 | 11 | - |
| CMYK | 0.46 | 0 | 0.89 | 0.62 |
| HSL | 91.4º | 0.8% | 0.21% | - |
| HSV(B) | 91.4º | 0.89% | 0.38% | - |
| XYZ | 5.75 | 9.3 | 1.81 | - |
| YUV | 73.74 | 92.59 | 112.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 97 | 11 | 0.46 | 0 | 0.89 | 0.62 | 91.4 | 0.8 | 0.21 |
| Hex | 34 | 61 | B | 2E | 0 | 59 | 3E | 5B | 50 | 15 |
| Octal | 64 | 141 | 13 | 56 | 0 | 131 | 76 | 133 | 120 | 25 |
| Binary | 110100 | 1100001 | 1011 | 101110 | 0 | 1011001 | 111110 | 1011011 | 1010000 | 10101 |
Color Harmonies of #34610B
Complementary color
Monochromatic Colors of #34610B
Black with #34610B
Text Example
Text Example
White with #34610B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34610B; }
p { color: rgb(52,97,11); }
H1.HeaderClassName
{
color: #34610B;
}
.AnyTagClassName
{
color: #34610B;
}
</style>
background-color css
<style>
a { background-color: #34610B; }
a { background-color: rgb(52,97,11); }
div.DivClassName
{
background-color: #34610B;
}
.BgClassName
{
background-color: #34610B;
}
</style>
border-color css
<style>
span { border-color: #34610B; }
span { border-color: rgb(52,97,11); }
td.TdClassName
{
border-color: #34610B;
}
.TagClassName
{
border-color: #34610B;
}
</style>