Shades of Verdun Green #346302
Tints of Verdun Green #346302
RGB
CMYK
RGB Variations
Color information
#346302 (or 0x346302) is known color: Verdun Green. HEX triplet: 34, 63 and 02. RGB value is (52,99,2). Sum of RGB (Red+Green+Blue) = 52+99+2=153 (20% of max value = 765). Red value is 52 (20.70% from 255 or 33.99% from 153); Green value is 99 (39.06% from 255 or 64.71% from 153); Blue value is 2 (1.17% from 255 or 1.31% from 153); Max value from RGB is 99 - color contains mainly: green. Hex color #346302 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #346302 is #CB9CFD. Grayscale: #4A4A4A. Windows color (decimal): -13343998 or 156468. OLE color: 156468.
HSL color Cylindrical-coordinate representation of color #346302: hue angle of 89.07º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #346302 is Cyan = 0.47, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 52 | 99 | 2 | - |
| CMYK | 0.47 | 0 | 0.98 | 0.61 |
| HSL | 89.07º | 0.96% | 0.2% | - |
| HSV(B) | 89.07º | 0.98% | 0.39% | - |
| XYZ | 5.89 | 9.66 | 1.61 | - |
| YUV | 73.89 | 87.43 | 112.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 99 | 2 | 0.47 | 0 | 0.98 | 0.61 | 89.07 | 0.96 | 0.2 |
| Hex | 34 | 63 | 2 | 2F | 0 | 62 | 3D | 59 | 60 | 14 |
| Octal | 64 | 143 | 2 | 57 | 0 | 142 | 75 | 131 | 140 | 24 |
| Binary | 110100 | 1100011 | 10 | 101111 | 0 | 1100010 | 111101 | 1011001 | 1100000 | 10100 |
Color Harmonies of #346302
Complementary color
Monochromatic Colors of #346302
Black with #346302
Text Example
Text Example
White with #346302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #346302; }
p { color: rgb(52,99,2); }
H1.HeaderClassName
{
color: #346302;
}
.AnyTagClassName
{
color: #346302;
}
</style>
background-color css
<style>
a { background-color: #346302; }
a { background-color: rgb(52,99,2); }
div.DivClassName
{
background-color: #346302;
}
.BgClassName
{
background-color: #346302;
}
</style>
border-color css
<style>
span { border-color: #346302; }
span { border-color: rgb(52,99,2); }
td.TdClassName
{
border-color: #346302;
}
.TagClassName
{
border-color: #346302;
}
</style>