Shades of Verdun Green #345504
Tints of Verdun Green #345504
RGB
CMYK
RGB Variations
Color information
#345504 (or 0x345504) is known color: Verdun Green. HEX triplet: 34, 55 and 04. RGB value is (52,85,4). Sum of RGB (Red+Green+Blue) = 52+85+4=141 (18% of max value = 765). Red value is 52 (20.70% from 255 or 36.88% from 141); Green value is 85 (33.59% from 255 or 60.28% from 141); Blue value is 4 (1.95% from 255 or 2.84% from 141); Max value from RGB is 85 - color contains mainly: green. Hex color #345504 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #345504 is #CBAAFB. Grayscale: #424242. Windows color (decimal): -13347580 or 283956. OLE color: 283956.
HSL color Cylindrical-coordinate representation of color #345504: hue angle of 84.44º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #345504 is Cyan = 0.39, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 52 | 85 | 4 | - |
| CMYK | 0.39 | 0 | 0.95 | 0.67 |
| HSL | 84.44º | 0.91% | 0.17% | - |
| HSV(B) | 84.44º | 0.95% | 0.33% | - |
| XYZ | 4.69 | 7.24 | 1.26 | - |
| YUV | 65.9 | 93.07 | 118.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 85 | 4 | 0.39 | 0 | 0.95 | 0.67 | 84.44 | 0.91 | 0.17 |
| Hex | 34 | 55 | 4 | 27 | 0 | 5F | 43 | 54 | 5B | 11 |
| Octal | 64 | 125 | 4 | 47 | 0 | 137 | 103 | 124 | 133 | 21 |
| Binary | 110100 | 1010101 | 100 | 100111 | 0 | 1011111 | 1000011 | 1010100 | 1011011 | 10001 |
Color Harmonies of #345504
Complementary color
Monochromatic Colors of #345504
Black with #345504
Text Example
Text Example
White with #345504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345504; }
p { color: rgb(52,85,4); }
H1.HeaderClassName
{
color: #345504;
}
.AnyTagClassName
{
color: #345504;
}
</style>
background-color css
<style>
a { background-color: #345504; }
a { background-color: rgb(52,85,4); }
div.DivClassName
{
background-color: #345504;
}
.BgClassName
{
background-color: #345504;
}
</style>
border-color css
<style>
span { border-color: #345504; }
span { border-color: rgb(52,85,4); }
td.TdClassName
{
border-color: #345504;
}
.TagClassName
{
border-color: #345504;
}
</style>