Shades of Verdun Green #345308
Tints of Verdun Green #345308
RGB
CMYK
RGB Variations
Color information
#345308 (or 0x345308) is known color: Verdun Green. HEX triplet: 34, 53 and 08. RGB value is (52,83,8). Sum of RGB (Red+Green+Blue) = 52+83+8=143 (18% of max value = 765). Red value is 52 (20.70% from 255 or 36.36% from 143); Green value is 83 (32.81% from 255 or 58.04% from 143); Blue value is 8 (3.52% from 255 or 5.59% from 143); Max value from RGB is 83 - color contains mainly: green. Hex color #345308 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #345308 is #CBACF7. Grayscale: #414141. Windows color (decimal): -13348088 or 545588. OLE color: 545588.
HSL color Cylindrical-coordinate representation of color #345308: hue angle of 84.8º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #345308 is Cyan = 0.37, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 52 | 83 | 8 | - |
| CMYK | 0.37 | 0 | 0.90 | 0.67 |
| HSL | 84.8º | 0.82% | 0.18% | - |
| HSV(B) | 84.8º | 0.9% | 0.33% | - |
| XYZ | 4.55 | 6.93 | 1.33 | - |
| YUV | 65.18 | 95.73 | 118.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 83 | 8 | 0.37 | 0 | 0.90 | 0.67 | 84.8 | 0.82 | 0.18 |
| Hex | 34 | 53 | 8 | 25 | 0 | 5A | 43 | 55 | 52 | 12 |
| Octal | 64 | 123 | 10 | 45 | 0 | 132 | 103 | 125 | 122 | 22 |
| Binary | 110100 | 1010011 | 1000 | 100101 | 0 | 1011010 | 1000011 | 1010101 | 1010010 | 10010 |
Color Harmonies of #345308
Complementary color
Monochromatic Colors of #345308
Black with #345308
Text Example
Text Example
White with #345308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345308; }
p { color: rgb(52,83,8); }
H1.HeaderClassName
{
color: #345308;
}
.AnyTagClassName
{
color: #345308;
}
</style>
background-color css
<style>
a { background-color: #345308; }
a { background-color: rgb(52,83,8); }
div.DivClassName
{
background-color: #345308;
}
.BgClassName
{
background-color: #345308;
}
</style>
border-color css
<style>
span { border-color: #345308; }
span { border-color: rgb(52,83,8); }
td.TdClassName
{
border-color: #345308;
}
.TagClassName
{
border-color: #345308;
}
</style>