Shades of Verdun Green #34600C
Tints of Verdun Green #34600C
RGB
CMYK
RGB Variations
Color information
#34600C (or 0x34600C) is known color: Verdun Green. HEX triplet: 34, 60 and 0C. RGB value is (52,96,12). Sum of RGB (Red+Green+Blue) = 52+96+12=160 (21% of max value = 765). Red value is 52 (20.70% from 255 or 32.5% from 160); Green value is 96 (37.89% from 255 or 60% from 160); Blue value is 12 (5.08% from 255 or 7.5% from 160); Max value from RGB is 96 - color contains mainly: green. Hex color #34600C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #34600C is #CB9FF3. Grayscale: #494949. Windows color (decimal): -13344756 or 811060. OLE color: 811060.
HSL color Cylindrical-coordinate representation of color #34600C: hue angle of 91.43º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #34600C is Cyan = 0.46, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 52 | 96 | 12 | - |
| CMYK | 0.46 | 0 | 0.88 | 0.62 |
| HSL | 91.43º | 0.78% | 0.21% | - |
| HSV(B) | 91.43º | 0.88% | 0.38% | - |
| XYZ | 5.67 | 9.12 | 1.81 | - |
| YUV | 73.27 | 93.42 | 112.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 96 | 12 | 0.46 | 0 | 0.88 | 0.62 | 91.43 | 0.78 | 0.21 |
| Hex | 34 | 60 | C | 2E | 0 | 58 | 3E | 5B | 4E | 15 |
| Octal | 64 | 140 | 14 | 56 | 0 | 130 | 76 | 133 | 116 | 25 |
| Binary | 110100 | 1100000 | 1100 | 101110 | 0 | 1011000 | 111110 | 1011011 | 1001110 | 10101 |
Color Harmonies of #34600C
Complementary color
Monochromatic Colors of #34600C
Black with #34600C
Text Example
Text Example
White with #34600C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34600C; }
p { color: rgb(52,96,12); }
H1.HeaderClassName
{
color: #34600C;
}
.AnyTagClassName
{
color: #34600C;
}
</style>
background-color css
<style>
a { background-color: #34600C; }
a { background-color: rgb(52,96,12); }
div.DivClassName
{
background-color: #34600C;
}
.BgClassName
{
background-color: #34600C;
}
</style>
border-color css
<style>
span { border-color: #34600C; }
span { border-color: rgb(52,96,12); }
td.TdClassName
{
border-color: #34600C;
}
.TagClassName
{
border-color: #34600C;
}
</style>