Shades of Verdun Green #346601
Tints of Verdun Green #346601
RGB
CMYK
RGB Variations
Color information
#346601 (or 0x346601) is known color: Verdun Green. HEX triplet: 34, 66 and 01. RGB value is (52,102,1). Sum of RGB (Red+Green+Blue) = 52+102+1=155 (20% of max value = 765). Red value is 52 (20.70% from 255 or 33.55% from 155); Green value is 102 (40.23% from 255 or 65.81% from 155); Blue value is 1 (0.78% from 255 or 0.65% from 155); Max value from RGB is 102 - color contains mainly: green. Hex color #346601 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #346601 is #CB99FE. Grayscale: #4B4B4B. Windows color (decimal): -13343231 or 91700. OLE color: 91700.
HSL color Cylindrical-coordinate representation of color #346601: hue angle of 89.7º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #346601 is Cyan = 0.49, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 52 | 102 | 1 | - |
| CMYK | 0.49 | 0 | 0.99 | 0.6 |
| HSL | 89.7º | 0.98% | 0.2% | - |
| HSV(B) | 89.7º | 0.99% | 0.4% | - |
| XYZ | 6.17 | 10.24 | 1.68 | - |
| YUV | 75.54 | 85.94 | 111.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 102 | 1 | 0.49 | 0 | 0.99 | 0.6 | 89.7 | 0.98 | 0.2 |
| Hex | 34 | 66 | 1 | 31 | 0 | 63 | 3C | 5A | 62 | 14 |
| Octal | 64 | 146 | 1 | 61 | 0 | 143 | 74 | 132 | 142 | 24 |
| Binary | 110100 | 1100110 | 1 | 110001 | 0 | 1100011 | 111100 | 1011010 | 1100010 | 10100 |
Color Harmonies of #346601
Complementary color
Monochromatic Colors of #346601
Black with #346601
Text Example
Text Example
White with #346601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #346601; }
p { color: rgb(52,102,1); }
H1.HeaderClassName
{
color: #346601;
}
.AnyTagClassName
{
color: #346601;
}
</style>
background-color css
<style>
a { background-color: #346601; }
a { background-color: rgb(52,102,1); }
div.DivClassName
{
background-color: #346601;
}
.BgClassName
{
background-color: #346601;
}
</style>
border-color css
<style>
span { border-color: #346601; }
span { border-color: rgb(52,102,1); }
td.TdClassName
{
border-color: #346601;
}
.TagClassName
{
border-color: #346601;
}
</style>