Shades of Verdun Green #345F03
Tints of Verdun Green #345F03
RGB
CMYK
RGB Variations
Color information
#345F03 (or 0x345F03) is known color: Verdun Green. HEX triplet: 34, 5F and 03. RGB value is (52,95,3). Sum of RGB (Red+Green+Blue) = 52+95+3=150 (19% of max value = 765). Red value is 52 (20.70% from 255 or 34.67% from 150); Green value is 95 (37.5% from 255 or 63.33% from 150); Blue value is 3 (1.56% from 255 or 2% from 150); Max value from RGB is 95 - color contains mainly: green. Hex color #345F03 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #345F03 is #CBA0FC. Grayscale: #474747. Windows color (decimal): -13345021 or 220980. OLE color: 220980.
HSL color Cylindrical-coordinate representation of color #345F03: hue angle of 88.04º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #345F03 is Cyan = 0.45, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 52 | 95 | 3 | - |
| CMYK | 0.45 | 0 | 0.97 | 0.63 |
| HSL | 88.04º | 0.94% | 0.19% | - |
| HSV(B) | 88.04º | 0.97% | 0.37% | - |
| XYZ | 5.52 | 8.92 | 1.52 | - |
| YUV | 71.66 | 89.25 | 113.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 95 | 3 | 0.45 | 0 | 0.97 | 0.63 | 88.04 | 0.94 | 0.19 |
| Hex | 34 | 5F | 3 | 2D | 0 | 61 | 3F | 58 | 5E | 13 |
| Octal | 64 | 137 | 3 | 55 | 0 | 141 | 77 | 130 | 136 | 23 |
| Binary | 110100 | 1011111 | 11 | 101101 | 0 | 1100001 | 111111 | 1011000 | 1011110 | 10011 |
Color Harmonies of #345F03
Complementary color
Monochromatic Colors of #345F03
Black with #345F03
Text Example
Text Example
White with #345F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345F03; }
p { color: rgb(52,95,3); }
H1.HeaderClassName
{
color: #345F03;
}
.AnyTagClassName
{
color: #345F03;
}
</style>
background-color css
<style>
a { background-color: #345F03; }
a { background-color: rgb(52,95,3); }
div.DivClassName
{
background-color: #345F03;
}
.BgClassName
{
background-color: #345F03;
}
</style>
border-color css
<style>
span { border-color: #345F03; }
span { border-color: rgb(52,95,3); }
td.TdClassName
{
border-color: #345F03;
}
.TagClassName
{
border-color: #345F03;
}
</style>