Shades of Verdun Green #34620D
Tints of Verdun Green #34620D
RGB
CMYK
RGB Variations
Color information
#34620D (or 0x34620D) is known color: Verdun Green. HEX triplet: 34, 62 and 0D. RGB value is (52,98,13). Sum of RGB (Red+Green+Blue) = 52+98+13=163 (21% of max value = 765). Red value is 52 (20.70% from 255 or 31.90% from 163); Green value is 98 (38.67% from 255 or 60.12% from 163); Blue value is 13 (5.47% from 255 or 7.98% from 163); Max value from RGB is 98 - color contains mainly: green. Hex color #34620D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #34620D is #CB9DF2. Grayscale: #4A4A4A. Windows color (decimal): -13344243 or 877108. OLE color: 877108.
HSL color Cylindrical-coordinate representation of color #34620D: hue angle of 92.47º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #34620D is Cyan = 0.47, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 52 | 98 | 13 | - |
| CMYK | 0.47 | 0 | 0.87 | 0.62 |
| HSL | 92.47º | 0.77% | 0.22% | - |
| HSV(B) | 92.47º | 0.87% | 0.38% | - |
| XYZ | 5.86 | 9.49 | 1.9 | - |
| YUV | 74.56 | 93.26 | 111.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 98 | 13 | 0.47 | 0 | 0.87 | 0.62 | 92.47 | 0.77 | 0.22 |
| Hex | 34 | 62 | D | 2F | 0 | 57 | 3E | 5C | 4D | 16 |
| Octal | 64 | 142 | 15 | 57 | 0 | 127 | 76 | 134 | 115 | 26 |
| Binary | 110100 | 1100010 | 1101 | 101111 | 0 | 1010111 | 111110 | 1011100 | 1001101 | 10110 |
Color Harmonies of #34620D
Complementary color
Monochromatic Colors of #34620D
Black with #34620D
Text Example
Text Example
White with #34620D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34620D; }
p { color: rgb(52,98,13); }
H1.HeaderClassName
{
color: #34620D;
}
.AnyTagClassName
{
color: #34620D;
}
</style>
background-color css
<style>
a { background-color: #34620D; }
a { background-color: rgb(52,98,13); }
div.DivClassName
{
background-color: #34620D;
}
.BgClassName
{
background-color: #34620D;
}
</style>
border-color css
<style>
span { border-color: #34620D; }
span { border-color: rgb(52,98,13); }
td.TdClassName
{
border-color: #34620D;
}
.TagClassName
{
border-color: #34620D;
}
</style>