Shades of Verdun Green #345701
Tints of Verdun Green #345701
RGB
CMYK
RGB Variations
Color information
#345701 (or 0x345701) is known color: Verdun Green. HEX triplet: 34, 57 and 01. RGB value is (52,87,1). Sum of RGB (Red+Green+Blue) = 52+87+1=140 (18% of max value = 765). Red value is 52 (20.70% from 255 or 37.14% from 140); Green value is 87 (34.38% from 255 or 62.14% from 140); Blue value is 1 (0.78% from 255 or 0.71% from 140); Max value from RGB is 87 - color contains mainly: green. Hex color #345701 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #345701 is #CBA8FE. Grayscale: #434343. Windows color (decimal): -13347071 or 87860. OLE color: 87860.
HSL color Cylindrical-coordinate representation of color #345701: hue angle of 84.42º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #345701 is Cyan = 0.40, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 52 | 87 | 1 | - |
| CMYK | 0.40 | 0 | 0.99 | 0.66 |
| HSL | 84.42º | 0.98% | 0.17% | - |
| HSV(B) | 84.42º | 0.99% | 0.34% | - |
| XYZ | 4.83 | 7.55 | 1.23 | - |
| YUV | 66.73 | 90.9 | 117.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 87 | 1 | 0.40 | 0 | 0.99 | 0.66 | 84.42 | 0.98 | 0.17 |
| Hex | 34 | 57 | 1 | 28 | 0 | 63 | 42 | 54 | 62 | 11 |
| Octal | 64 | 127 | 1 | 50 | 0 | 143 | 102 | 124 | 142 | 21 |
| Binary | 110100 | 1010111 | 1 | 101000 | 0 | 1100011 | 1000010 | 1010100 | 1100010 | 10001 |
Color Harmonies of #345701
Complementary color
Monochromatic Colors of #345701
Black with #345701
Text Example
Text Example
White with #345701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345701; }
p { color: rgb(52,87,1); }
H1.HeaderClassName
{
color: #345701;
}
.AnyTagClassName
{
color: #345701;
}
</style>
background-color css
<style>
a { background-color: #345701; }
a { background-color: rgb(52,87,1); }
div.DivClassName
{
background-color: #345701;
}
.BgClassName
{
background-color: #345701;
}
</style>
border-color css
<style>
span { border-color: #345701; }
span { border-color: rgb(52,87,1); }
td.TdClassName
{
border-color: #345701;
}
.TagClassName
{
border-color: #345701;
}
</style>