Shades of Verdun Green #345102
Tints of Verdun Green #345102
RGB
CMYK
RGB Variations
Color information
#345102 (or 0x345102) is known color: Verdun Green. HEX triplet: 34, 51 and 02. RGB value is (52,81,2). Sum of RGB (Red+Green+Blue) = 52+81+2=135 (17% of max value = 765). Red value is 52 (20.70% from 255 or 38.52% from 135); Green value is 81 (32.03% from 255 or 60% from 135); Blue value is 2 (1.17% from 255 or 1.48% from 135); Max value from RGB is 81 - color contains mainly: green. Hex color #345102 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #345102 is #CBAEFD. Grayscale: #3F3F3F. Windows color (decimal): -13348606 or 151860. OLE color: 151860.
HSL color Cylindrical-coordinate representation of color #345102: hue angle of 82.03º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #345102 is Cyan = 0.36, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 52 | 81 | 2 | - |
| CMYK | 0.36 | 0 | 0.98 | 0.68 |
| HSL | 82.03º | 0.95% | 0.16% | - |
| HSV(B) | 82.03º | 0.98% | 0.32% | - |
| XYZ | 4.37 | 6.62 | 1.1 | - |
| YUV | 63.32 | 93.39 | 119.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 81 | 2 | 0.36 | 0 | 0.98 | 0.68 | 82.03 | 0.95 | 0.16 |
| Hex | 34 | 51 | 2 | 24 | 0 | 62 | 44 | 52 | 5F | 10 |
| Octal | 64 | 121 | 2 | 44 | 0 | 142 | 104 | 122 | 137 | 20 |
| Binary | 110100 | 1010001 | 10 | 100100 | 0 | 1100010 | 1000100 | 1010010 | 1011111 | 10000 |
Color Harmonies of #345102
Complementary color
Monochromatic Colors of #345102
Black with #345102
Text Example
Text Example
White with #345102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345102; }
p { color: rgb(52,81,2); }
H1.HeaderClassName
{
color: #345102;
}
.AnyTagClassName
{
color: #345102;
}
</style>
background-color css
<style>
a { background-color: #345102; }
a { background-color: rgb(52,81,2); }
div.DivClassName
{
background-color: #345102;
}
.BgClassName
{
background-color: #345102;
}
</style>
border-color css
<style>
span { border-color: #345102; }
span { border-color: rgb(52,81,2); }
td.TdClassName
{
border-color: #345102;
}
.TagClassName
{
border-color: #345102;
}
</style>