Shades of Verdun Green #345702
Tints of Verdun Green #345702
RGB
CMYK
RGB Variations
Color information
#345702 (or 0x345702) is known color: Verdun Green. HEX triplet: 34, 57 and 02. RGB value is (52,87,2). Sum of RGB (Red+Green+Blue) = 52+87+2=141 (18% of max value = 765). Red value is 52 (20.70% from 255 or 36.88% from 141); Green value is 87 (34.38% from 255 or 61.70% from 141); Blue value is 2 (1.17% from 255 or 1.42% from 141); Max value from RGB is 87 - color contains mainly: green. Hex color #345702 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #345702 is #CBA8FD. Grayscale: #434343. Windows color (decimal): -13347070 or 153396. OLE color: 153396.
HSL color Cylindrical-coordinate representation of color #345702: hue angle of 84.71º degrees, saturation: 0.96, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #345702 is Cyan = 0.40, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 52 | 87 | 2 | - |
| CMYK | 0.40 | 0 | 0.98 | 0.66 |
| HSL | 84.71º | 0.96% | 0.17% | - |
| HSV(B) | 84.71º | 0.98% | 0.34% | - |
| XYZ | 4.84 | 7.55 | 1.26 | - |
| YUV | 66.85 | 91.4 | 117.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 87 | 2 | 0.40 | 0 | 0.98 | 0.66 | 84.71 | 0.96 | 0.17 |
| Hex | 34 | 57 | 2 | 28 | 0 | 62 | 42 | 55 | 60 | 11 |
| Octal | 64 | 127 | 2 | 50 | 0 | 142 | 102 | 125 | 140 | 21 |
| Binary | 110100 | 1010111 | 10 | 101000 | 0 | 1100010 | 1000010 | 1010101 | 1100000 | 10001 |
Color Harmonies of #345702
Complementary color
Monochromatic Colors of #345702
Black with #345702
Text Example
Text Example
White with #345702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345702; }
p { color: rgb(52,87,2); }
H1.HeaderClassName
{
color: #345702;
}
.AnyTagClassName
{
color: #345702;
}
</style>
background-color css
<style>
a { background-color: #345702; }
a { background-color: rgb(52,87,2); }
div.DivClassName
{
background-color: #345702;
}
.BgClassName
{
background-color: #345702;
}
</style>
border-color css
<style>
span { border-color: #345702; }
span { border-color: rgb(52,87,2); }
td.TdClassName
{
border-color: #345702;
}
.TagClassName
{
border-color: #345702;
}
</style>