Shades of Verdun Green #346204
Tints of Verdun Green #346204
RGB
CMYK
RGB Variations
Color information
#346204 (or 0x346204) is known color: Verdun Green. HEX triplet: 34, 62 and 04. RGB value is (52,98,4). Sum of RGB (Red+Green+Blue) = 52+98+4=154 (20% of max value = 765). Red value is 52 (20.70% from 255 or 33.77% from 154); Green value is 98 (38.67% from 255 or 63.64% from 154); Blue value is 4 (1.95% from 255 or 2.60% from 154); Max value from RGB is 98 - color contains mainly: green. Hex color #346204 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #346204 is #CB9DFB. Grayscale: #494949. Windows color (decimal): -13344252 or 287284. OLE color: 287284.
HSL color Cylindrical-coordinate representation of color #346204: hue angle of 89.36º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #346204 is Cyan = 0.47, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 52 | 98 | 4 | - |
| CMYK | 0.47 | 0 | 0.96 | 0.62 |
| HSL | 89.36º | 0.92% | 0.2% | - |
| HSV(B) | 89.36º | 0.96% | 0.38% | - |
| XYZ | 5.81 | 9.47 | 1.64 | - |
| YUV | 73.53 | 88.76 | 112.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 98 | 4 | 0.47 | 0 | 0.96 | 0.62 | 89.36 | 0.92 | 0.2 |
| Hex | 34 | 62 | 4 | 2F | 0 | 60 | 3E | 59 | 5C | 14 |
| Octal | 64 | 142 | 4 | 57 | 0 | 140 | 76 | 131 | 134 | 24 |
| Binary | 110100 | 1100010 | 100 | 101111 | 0 | 1100000 | 111110 | 1011001 | 1011100 | 10100 |
Color Harmonies of #346204
Complementary color
Monochromatic Colors of #346204
Black with #346204
Text Example
Text Example
White with #346204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #346204; }
p { color: rgb(52,98,4); }
H1.HeaderClassName
{
color: #346204;
}
.AnyTagClassName
{
color: #346204;
}
</style>
background-color css
<style>
a { background-color: #346204; }
a { background-color: rgb(52,98,4); }
div.DivClassName
{
background-color: #346204;
}
.BgClassName
{
background-color: #346204;
}
</style>
border-color css
<style>
span { border-color: #346204; }
span { border-color: rgb(52,98,4); }
td.TdClassName
{
border-color: #346204;
}
.TagClassName
{
border-color: #346204;
}
</style>