Shades of Verdun Green #345201
Tints of Verdun Green #345201
RGB
CMYK
RGB Variations
Color information
#345201 (or 0x345201) is known color: Verdun Green. HEX triplet: 34, 52 and 01. RGB value is (52,82,1). Sum of RGB (Red+Green+Blue) = 52+82+1=135 (17% of max value = 765). Red value is 52 (20.70% from 255 or 38.52% from 135); Green value is 82 (32.42% from 255 or 60.74% from 135); Blue value is 1 (0.78% from 255 or 0.74% from 135); Max value from RGB is 82 - color contains mainly: green. Hex color #345201 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #345201 is #CBADFE. Grayscale: #404040. Windows color (decimal): -13348351 or 86580. OLE color: 86580.
HSL color Cylindrical-coordinate representation of color #345201: hue angle of 82.22º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #345201 is Cyan = 0.37, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 52 | 82 | 1 | - |
| CMYK | 0.37 | 0 | 0.99 | 0.68 |
| HSL | 82.22º | 0.98% | 0.16% | - |
| HSV(B) | 82.22º | 0.99% | 0.32% | - |
| XYZ | 4.44 | 6.77 | 1.1 | - |
| YUV | 63.8 | 92.56 | 119.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 82 | 1 | 0.37 | 0 | 0.99 | 0.68 | 82.22 | 0.98 | 0.16 |
| Hex | 34 | 52 | 1 | 25 | 0 | 63 | 44 | 52 | 62 | 10 |
| Octal | 64 | 122 | 1 | 45 | 0 | 143 | 104 | 122 | 142 | 20 |
| Binary | 110100 | 1010010 | 1 | 100101 | 0 | 1100011 | 1000100 | 1010010 | 1100010 | 10000 |
Color Harmonies of #345201
Complementary color
Monochromatic Colors of #345201
Black with #345201
Text Example
Text Example
White with #345201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345201; }
p { color: rgb(52,82,1); }
H1.HeaderClassName
{
color: #345201;
}
.AnyTagClassName
{
color: #345201;
}
</style>
background-color css
<style>
a { background-color: #345201; }
a { background-color: rgb(52,82,1); }
div.DivClassName
{
background-color: #345201;
}
.BgClassName
{
background-color: #345201;
}
</style>
border-color css
<style>
span { border-color: #345201; }
span { border-color: rgb(52,82,1); }
td.TdClassName
{
border-color: #345201;
}
.TagClassName
{
border-color: #345201;
}
</style>