Shades of Verdun Green #345C04
Tints of Verdun Green #345C04
RGB
CMYK
RGB Variations
Color information
#345C04 (or 0x345C04) is known color: Verdun Green. HEX triplet: 34, 5C and 04. RGB value is (52,92,4). Sum of RGB (Red+Green+Blue) = 52+92+4=148 (19% of max value = 765). Red value is 52 (20.70% from 255 or 35.14% from 148); Green value is 92 (36.33% from 255 or 62.16% from 148); Blue value is 4 (1.95% from 255 or 2.70% from 148); Max value from RGB is 92 - color contains mainly: green. Hex color #345C04 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #345C04 is #CBA3FB. Grayscale: #464646. Windows color (decimal): -13345788 or 285748. OLE color: 285748.
HSL color Cylindrical-coordinate representation of color #345C04: hue angle of 87.27º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #345C04 is Cyan = 0.43, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 52 | 92 | 4 | - |
| CMYK | 0.43 | 0 | 0.96 | 0.64 |
| HSL | 87.27º | 0.92% | 0.19% | - |
| HSV(B) | 87.27º | 0.96% | 0.36% | - |
| XYZ | 5.27 | 8.39 | 1.46 | - |
| YUV | 70.01 | 90.75 | 115.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 92 | 4 | 0.43 | 0 | 0.96 | 0.64 | 87.27 | 0.92 | 0.19 |
| Hex | 34 | 5C | 4 | 2B | 0 | 60 | 40 | 57 | 5C | 13 |
| Octal | 64 | 134 | 4 | 53 | 0 | 140 | 100 | 127 | 134 | 23 |
| Binary | 110100 | 1011100 | 100 | 101011 | 0 | 1100000 | 1000000 | 1010111 | 1011100 | 10011 |
Color Harmonies of #345C04
Complementary color
Monochromatic Colors of #345C04
Black with #345C04
Text Example
Text Example
White with #345C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345C04; }
p { color: rgb(52,92,4); }
H1.HeaderClassName
{
color: #345C04;
}
.AnyTagClassName
{
color: #345C04;
}
</style>
background-color css
<style>
a { background-color: #345C04; }
a { background-color: rgb(52,92,4); }
div.DivClassName
{
background-color: #345C04;
}
.BgClassName
{
background-color: #345C04;
}
</style>
border-color css
<style>
span { border-color: #345C04; }
span { border-color: rgb(52,92,4); }
td.TdClassName
{
border-color: #345C04;
}
.TagClassName
{
border-color: #345C04;
}
</style>