Shades of Verdun Green #345802
Tints of Verdun Green #345802
RGB
CMYK
RGB Variations
Color information
#345802 (or 0x345802) is known color: Verdun Green. HEX triplet: 34, 58 and 02. RGB value is (52,88,2). Sum of RGB (Red+Green+Blue) = 52+88+2=142 (18% of max value = 765). Red value is 52 (20.70% from 255 or 36.62% from 142); Green value is 88 (34.77% from 255 or 61.97% from 142); Blue value is 2 (1.17% from 255 or 1.41% from 142); Max value from RGB is 88 - color contains mainly: green. Hex color #345802 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #345802 is #CBA7FD. Grayscale: #434343. Windows color (decimal): -13346814 or 153652. OLE color: 153652.
HSL color Cylindrical-coordinate representation of color #345802: hue angle of 85.12º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #345802 is Cyan = 0.41, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 52 | 88 | 2 | - |
| CMYK | 0.41 | 0 | 0.98 | 0.65 |
| HSL | 85.12º | 0.96% | 0.18% | - |
| HSV(B) | 85.12º | 0.98% | 0.35% | - |
| XYZ | 4.92 | 7.71 | 1.29 | - |
| YUV | 67.43 | 91.07 | 116.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 88 | 2 | 0.41 | 0 | 0.98 | 0.65 | 85.12 | 0.96 | 0.18 |
| Hex | 34 | 58 | 2 | 29 | 0 | 62 | 41 | 55 | 60 | 12 |
| Octal | 64 | 130 | 2 | 51 | 0 | 142 | 101 | 125 | 140 | 22 |
| Binary | 110100 | 1011000 | 10 | 101001 | 0 | 1100010 | 1000001 | 1010101 | 1100000 | 10010 |
Color Harmonies of #345802
Complementary color
Monochromatic Colors of #345802
Black with #345802
Text Example
Text Example
White with #345802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345802; }
p { color: rgb(52,88,2); }
H1.HeaderClassName
{
color: #345802;
}
.AnyTagClassName
{
color: #345802;
}
</style>
background-color css
<style>
a { background-color: #345802; }
a { background-color: rgb(52,88,2); }
div.DivClassName
{
background-color: #345802;
}
.BgClassName
{
background-color: #345802;
}
</style>
border-color css
<style>
span { border-color: #345802; }
span { border-color: rgb(52,88,2); }
td.TdClassName
{
border-color: #345802;
}
.TagClassName
{
border-color: #345802;
}
</style>