Shades of Verdun Green #345500
Tints of Verdun Green #345500
RGB
CMYK
RGB Variations
Color information
#345500 (or 0x345500) is known color: Verdun Green. HEX triplet: 34, 55 and 00. RGB value is (52,85,0). Sum of RGB (Red+Green+Blue) = 52+85+0=137 (18% of max value = 765). Red value is 52 (20.70% from 255 or 37.96% from 137); Green value is 85 (33.59% from 255 or 62.04% from 137); Blue value is 0 (0.39% from 255 or 0% from 137); Max value from RGB is 85 - color contains mainly: green. Hex color #345500 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #345500 is #CBAAFF. Grayscale: #414141. Windows color (decimal): -13347584 or 21812. OLE color: 21812.
HSL color Cylindrical-coordinate representation of color #345500: hue angle of 83.29º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #345500 is Cyan = 0.39, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 52 | 85 | 0 | - |
| CMYK | 0.39 | 0 | 1 | 0.67 |
| HSL | 83.29º | 1% | 0.17% | - |
| HSV(B) | 83.29º | 1% | 0.33% | - |
| XYZ | 4.66 | 7.23 | 1.15 | - |
| YUV | 65.44 | 91.07 | 118.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 85 | 0 | 0.39 | 0 | 1 | 0.67 | 83.29 | 1 | 0.17 |
| Hex | 34 | 55 | 0 | 27 | 0 | 64 | 43 | 53 | 64 | 11 |
| Octal | 64 | 125 | 0 | 47 | 0 | 144 | 103 | 123 | 144 | 21 |
| Binary | 110100 | 1010101 | 0 | 100111 | 0 | 1100100 | 1000011 | 1010011 | 1100100 | 10001 |
Color Harmonies of #345500
Complementary color
Monochromatic Colors of #345500
Black with #345500
Text Example
Text Example
White with #345500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345500; }
p { color: rgb(52,85,0); }
H1.HeaderClassName
{
color: #345500;
}
.AnyTagClassName
{
color: #345500;
}
</style>
background-color css
<style>
a { background-color: #345500; }
a { background-color: rgb(52,85,0); }
div.DivClassName
{
background-color: #345500;
}
.BgClassName
{
background-color: #345500;
}
</style>
border-color css
<style>
span { border-color: #345500; }
span { border-color: rgb(52,85,0); }
td.TdClassName
{
border-color: #345500;
}
.TagClassName
{
border-color: #345500;
}
</style>