Shades of Verdun Green #345B0D
Tints of Verdun Green #345B0D
RGB
CMYK
RGB Variations
Color information
#345B0D (or 0x345B0D) is known color: Verdun Green. HEX triplet: 34, 5B and 0D. RGB value is (52,91,13). Sum of RGB (Red+Green+Blue) = 52+91+13=156 (20% of max value = 765). Red value is 52 (20.70% from 255 or 33.33% from 156); Green value is 91 (35.94% from 255 or 58.33% from 156); Blue value is 13 (5.47% from 255 or 8.33% from 156); Max value from RGB is 91 - color contains mainly: green. Hex color #345B0D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #345B0D is #CBA4F2. Grayscale: #464646. Windows color (decimal): -13346035 or 875316. OLE color: 875316.
HSL color Cylindrical-coordinate representation of color #345B0D: hue angle of 90º degrees, saturation: 0.75, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #345B0D is Cyan = 0.43, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 52 | 91 | 13 | - |
| CMYK | 0.43 | 0 | 0.86 | 0.64 |
| HSL | 90º | 0.75% | 0.2% | - |
| HSV(B) | 90º | 0.86% | 0.36% | - |
| XYZ | 5.23 | 8.24 | 1.7 | - |
| YUV | 70.45 | 95.58 | 114.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 91 | 13 | 0.43 | 0 | 0.86 | 0.64 | 90 | 0.75 | 0.2 |
| Hex | 34 | 5B | D | 2B | 0 | 56 | 40 | 5A | 4B | 14 |
| Octal | 64 | 133 | 15 | 53 | 0 | 126 | 100 | 132 | 113 | 24 |
| Binary | 110100 | 1011011 | 1101 | 101011 | 0 | 1010110 | 1000000 | 1011010 | 1001011 | 10100 |
Color Harmonies of #345B0D
Complementary color
Monochromatic Colors of #345B0D
Black with #345B0D
Text Example
Text Example
White with #345B0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345B0D; }
p { color: rgb(52,91,13); }
H1.HeaderClassName
{
color: #345B0D;
}
.AnyTagClassName
{
color: #345B0D;
}
</style>
background-color css
<style>
a { background-color: #345B0D; }
a { background-color: rgb(52,91,13); }
div.DivClassName
{
background-color: #345B0D;
}
.BgClassName
{
background-color: #345B0D;
}
</style>
border-color css
<style>
span { border-color: #345B0D; }
span { border-color: rgb(52,91,13); }
td.TdClassName
{
border-color: #345B0D;
}
.TagClassName
{
border-color: #345B0D;
}
</style>