Shades of Verdun Green #345D11
Tints of Verdun Green #345D11
RGB
CMYK
RGB Variations
Color information
#345D11 (or 0x345D11) is known color: Verdun Green. HEX triplet: 34, 5D and 11. RGB value is (52,93,17). Sum of RGB (Red+Green+Blue) = 52+93+17=162 (21% of max value = 765). Red value is 52 (20.70% from 255 or 32.10% from 162); Green value is 93 (36.72% from 255 or 57.41% from 162); Blue value is 17 (7.03% from 255 or 10.49% from 162); Max value from RGB is 93 - color contains mainly: green. Hex color #345D11 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #345D11 is #CBA2EE. Grayscale: #484848. Windows color (decimal): -13345519 or 1137972. OLE color: 1137972.
HSL color Cylindrical-coordinate representation of color #345D11: hue angle of 92.37º degrees, saturation: 0.69, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #345D11 is Cyan = 0.44, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 52 | 93 | 17 | - |
| CMYK | 0.44 | 0 | 0.82 | 0.64 |
| HSL | 92.37º | 0.69% | 0.22% | - |
| HSV(B) | 92.37º | 0.82% | 0.36% | - |
| XYZ | 5.43 | 8.6 | 1.9 | - |
| YUV | 72.08 | 96.92 | 113.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 93 | 17 | 0.44 | 0 | 0.82 | 0.64 | 92.37 | 0.69 | 0.22 |
| Hex | 34 | 5D | 11 | 2C | 0 | 52 | 40 | 5C | 45 | 16 |
| Octal | 64 | 135 | 21 | 54 | 0 | 122 | 100 | 134 | 105 | 26 |
| Binary | 110100 | 1011101 | 10001 | 101100 | 0 | 1010010 | 1000000 | 1011100 | 1000101 | 10110 |
Color Harmonies of #345D11
Complementary color
Monochromatic Colors of #345D11
Black with #345D11
Text Example
Text Example
White with #345D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345D11; }
p { color: rgb(52,93,17); }
H1.HeaderClassName
{
color: #345D11;
}
.AnyTagClassName
{
color: #345D11;
}
</style>
background-color css
<style>
a { background-color: #345D11; }
a { background-color: rgb(52,93,17); }
div.DivClassName
{
background-color: #345D11;
}
.BgClassName
{
background-color: #345D11;
}
</style>
border-color css
<style>
span { border-color: #345D11; }
span { border-color: rgb(52,93,17); }
td.TdClassName
{
border-color: #345D11;
}
.TagClassName
{
border-color: #345D11;
}
</style>