Shades of Verdun Green #345C0D
Tints of Verdun Green #345C0D
RGB
CMYK
RGB Variations
Color information
#345C0D (or 0x345C0D) is known color: Verdun Green. HEX triplet: 34, 5C and 0D. RGB value is (52,92,13). Sum of RGB (Red+Green+Blue) = 52+92+13=157 (20% of max value = 765). Red value is 52 (20.70% from 255 or 33.12% from 157); Green value is 92 (36.33% from 255 or 58.60% from 157); Blue value is 13 (5.47% from 255 or 8.28% from 157); Max value from RGB is 92 - color contains mainly: green. Hex color #345C0D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #345C0D is #CBA3F2. Grayscale: #474747. Windows color (decimal): -13345779 or 875572. OLE color: 875572.
HSL color Cylindrical-coordinate representation of color #345C0D: hue angle of 90.38º degrees, saturation: 0.75, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #345C0D is Cyan = 0.43, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 52 | 92 | 13 | - |
| CMYK | 0.43 | 0 | 0.86 | 0.64 |
| HSL | 90.38º | 0.75% | 0.21% | - |
| HSV(B) | 90.38º | 0.86% | 0.36% | - |
| XYZ | 5.32 | 8.41 | 1.72 | - |
| YUV | 71.03 | 95.25 | 114.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 92 | 13 | 0.43 | 0 | 0.86 | 0.64 | 90.38 | 0.75 | 0.21 |
| Hex | 34 | 5C | D | 2B | 0 | 56 | 40 | 5A | 4B | 15 |
| Octal | 64 | 134 | 15 | 53 | 0 | 126 | 100 | 132 | 113 | 25 |
| Binary | 110100 | 1011100 | 1101 | 101011 | 0 | 1010110 | 1000000 | 1011010 | 1001011 | 10101 |
Color Harmonies of #345C0D
Complementary color
Monochromatic Colors of #345C0D
Black with #345C0D
Text Example
Text Example
White with #345C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345C0D; }
p { color: rgb(52,92,13); }
H1.HeaderClassName
{
color: #345C0D;
}
.AnyTagClassName
{
color: #345C0D;
}
</style>
background-color css
<style>
a { background-color: #345C0D; }
a { background-color: rgb(52,92,13); }
div.DivClassName
{
background-color: #345C0D;
}
.BgClassName
{
background-color: #345C0D;
}
</style>
border-color css
<style>
span { border-color: #345C0D; }
span { border-color: rgb(52,92,13); }
td.TdClassName
{
border-color: #345C0D;
}
.TagClassName
{
border-color: #345C0D;
}
</style>