Shades of Verdun Green #345B00
Tints of Verdun Green #345B00
RGB
CMYK
RGB Variations
Color information
#345B00 (or 0x345B00) is known color: Verdun Green. HEX triplet: 34, 5B and 00. RGB value is (52,91,0). Sum of RGB (Red+Green+Blue) = 52+91+0=143 (18% of max value = 765). Red value is 52 (20.70% from 255 or 36.36% from 143); Green value is 91 (35.94% from 255 or 63.64% from 143); Blue value is 0 (0.39% from 255 or 0% from 143); Max value from RGB is 91 - color contains mainly: green. Hex color #345B00 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #345B00 is #CBA4FF. Grayscale: #454545. Windows color (decimal): -13346048 or 23348. OLE color: 23348.
HSL color Cylindrical-coordinate representation of color #345B00: hue angle of 85.71º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #345B00 is Cyan = 0.43, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 52 | 91 | 0 | - |
| CMYK | 0.43 | 0 | 1 | 0.64 |
| HSL | 85.71º | 1% | 0.18% | - |
| HSV(B) | 85.71º | 1% | 0.36% | - |
| XYZ | 5.16 | 8.21 | 1.31 | - |
| YUV | 68.97 | 89.08 | 115.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 91 | 0 | 0.43 | 0 | 1 | 0.64 | 85.71 | 1 | 0.18 |
| Hex | 34 | 5B | 0 | 2B | 0 | 64 | 40 | 56 | 64 | 12 |
| Octal | 64 | 133 | 0 | 53 | 0 | 144 | 100 | 126 | 144 | 22 |
| Binary | 110100 | 1011011 | 0 | 101011 | 0 | 1100100 | 1000000 | 1010110 | 1100100 | 10010 |
Color Harmonies of #345B00
Complementary color
Monochromatic Colors of #345B00
Black with #345B00
Text Example
Text Example
White with #345B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345B00; }
p { color: rgb(52,91,0); }
H1.HeaderClassName
{
color: #345B00;
}
.AnyTagClassName
{
color: #345B00;
}
</style>
background-color css
<style>
a { background-color: #345B00; }
a { background-color: rgb(52,91,0); }
div.DivClassName
{
background-color: #345B00;
}
.BgClassName
{
background-color: #345B00;
}
</style>
border-color css
<style>
span { border-color: #345B00; }
span { border-color: rgb(52,91,0); }
td.TdClassName
{
border-color: #345B00;
}
.TagClassName
{
border-color: #345B00;
}
</style>