Shades of Verdun Green #345B02
Tints of Verdun Green #345B02
RGB
CMYK
RGB Variations
Color information
#345B02 (or 0x345B02) is known color: Verdun Green. HEX triplet: 34, 5B and 02. RGB value is (52,91,2). Sum of RGB (Red+Green+Blue) = 52+91+2=145 (19% of max value = 765). Red value is 52 (20.70% from 255 or 35.86% from 145); Green value is 91 (35.94% from 255 or 62.76% from 145); Blue value is 2 (1.17% from 255 or 1.38% from 145); Max value from RGB is 91 - color contains mainly: green. Hex color #345B02 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #345B02 is #CBA4FD. Grayscale: #454545. Windows color (decimal): -13346046 or 154420. OLE color: 154420.
HSL color Cylindrical-coordinate representation of color #345B02: hue angle of 86.29º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #345B02 is Cyan = 0.43, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 52 | 91 | 2 | - |
| CMYK | 0.43 | 0 | 0.98 | 0.64 |
| HSL | 86.29º | 0.96% | 0.18% | - |
| HSV(B) | 86.29º | 0.98% | 0.36% | - |
| XYZ | 5.17 | 8.22 | 1.37 | - |
| YUV | 69.19 | 90.08 | 115.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 91 | 2 | 0.43 | 0 | 0.98 | 0.64 | 86.29 | 0.96 | 0.18 |
| Hex | 34 | 5B | 2 | 2B | 0 | 62 | 40 | 56 | 60 | 12 |
| Octal | 64 | 133 | 2 | 53 | 0 | 142 | 100 | 126 | 140 | 22 |
| Binary | 110100 | 1011011 | 10 | 101011 | 0 | 1100010 | 1000000 | 1010110 | 1100000 | 10010 |
Color Harmonies of #345B02
Complementary color
Monochromatic Colors of #345B02
Black with #345B02
Text Example
Text Example
White with #345B02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345B02; }
p { color: rgb(52,91,2); }
H1.HeaderClassName
{
color: #345B02;
}
.AnyTagClassName
{
color: #345B02;
}
</style>
background-color css
<style>
a { background-color: #345B02; }
a { background-color: rgb(52,91,2); }
div.DivClassName
{
background-color: #345B02;
}
.BgClassName
{
background-color: #345B02;
}
</style>
border-color css
<style>
span { border-color: #345B02; }
span { border-color: rgb(52,91,2); }
td.TdClassName
{
border-color: #345B02;
}
.TagClassName
{
border-color: #345B02;
}
</style>