Shades of Verdun Green #345301
Tints of Verdun Green #345301
RGB
CMYK
RGB Variations
Color information
#345301 (or 0x345301) is known color: Verdun Green. HEX triplet: 34, 53 and 01. RGB value is (52,83,1). Sum of RGB (Red+Green+Blue) = 52+83+1=136 (18% of max value = 765). Red value is 52 (20.70% from 255 or 38.24% from 136); Green value is 83 (32.81% from 255 or 61.03% from 136); Blue value is 1 (0.78% from 255 or 0.74% from 136); Max value from RGB is 83 - color contains mainly: green. Hex color #345301 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #345301 is #CBACFE. Grayscale: #404040. Windows color (decimal): -13348095 or 86836. OLE color: 86836.
HSL color Cylindrical-coordinate representation of color #345301: hue angle of 82.68º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #345301 is Cyan = 0.37, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 52 | 83 | 1 | - |
| CMYK | 0.37 | 0 | 0.99 | 0.67 |
| HSL | 82.68º | 0.98% | 0.16% | - |
| HSV(B) | 82.68º | 0.99% | 0.33% | - |
| XYZ | 4.51 | 6.92 | 1.13 | - |
| YUV | 64.38 | 92.23 | 119.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 83 | 1 | 0.37 | 0 | 0.99 | 0.67 | 82.68 | 0.98 | 0.16 |
| Hex | 34 | 53 | 1 | 25 | 0 | 63 | 43 | 53 | 62 | 10 |
| Octal | 64 | 123 | 1 | 45 | 0 | 143 | 103 | 123 | 142 | 20 |
| Binary | 110100 | 1010011 | 1 | 100101 | 0 | 1100011 | 1000011 | 1010011 | 1100010 | 10000 |
Color Harmonies of #345301
Complementary color
Monochromatic Colors of #345301
Black with #345301
Text Example
Text Example
White with #345301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345301; }
p { color: rgb(52,83,1); }
H1.HeaderClassName
{
color: #345301;
}
.AnyTagClassName
{
color: #345301;
}
</style>
background-color css
<style>
a { background-color: #345301; }
a { background-color: rgb(52,83,1); }
div.DivClassName
{
background-color: #345301;
}
.BgClassName
{
background-color: #345301;
}
</style>
border-color css
<style>
span { border-color: #345301; }
span { border-color: rgb(52,83,1); }
td.TdClassName
{
border-color: #345301;
}
.TagClassName
{
border-color: #345301;
}
</style>