Shades of Verdun Green #34630A
Tints of Verdun Green #34630A
RGB
CMYK
RGB Variations
Color information
#34630A (or 0x34630A) is known color: Verdun Green. HEX triplet: 34, 63 and 0A. RGB value is (52,99,10). Sum of RGB (Red+Green+Blue) = 52+99+10=161 (21% of max value = 765). Red value is 52 (20.70% from 255 or 32.30% from 161); Green value is 99 (39.06% from 255 or 61.49% from 161); Blue value is 10 (4.30% from 255 or 6.21% from 161); Max value from RGB is 99 - color contains mainly: green. Hex color #34630A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #34630A is #CB9CF5. Grayscale: #4B4B4B. Windows color (decimal): -13343990 or 680756. OLE color: 680756.
HSL color Cylindrical-coordinate representation of color #34630A: hue angle of 91.69º degrees, saturation: 0.82, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #34630A is Cyan = 0.47, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 52 | 99 | 10 | - |
| CMYK | 0.47 | 0 | 0.90 | 0.61 |
| HSL | 91.69º | 0.82% | 0.21% | - |
| HSV(B) | 91.69º | 0.9% | 0.39% | - |
| XYZ | 5.93 | 9.68 | 1.84 | - |
| YUV | 74.8 | 91.43 | 111.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 99 | 10 | 0.47 | 0 | 0.90 | 0.61 | 91.69 | 0.82 | 0.21 |
| Hex | 34 | 63 | A | 2F | 0 | 5A | 3D | 5C | 52 | 15 |
| Octal | 64 | 143 | 12 | 57 | 0 | 132 | 75 | 134 | 122 | 25 |
| Binary | 110100 | 1100011 | 1010 | 101111 | 0 | 1011010 | 111101 | 1011100 | 1010010 | 10101 |
Color Harmonies of #34630A
Complementary color
Monochromatic Colors of #34630A
Black with #34630A
Text Example
Text Example
White with #34630A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34630A; }
p { color: rgb(52,99,10); }
H1.HeaderClassName
{
color: #34630A;
}
.AnyTagClassName
{
color: #34630A;
}
</style>
background-color css
<style>
a { background-color: #34630A; }
a { background-color: rgb(52,99,10); }
div.DivClassName
{
background-color: #34630A;
}
.BgClassName
{
background-color: #34630A;
}
</style>
border-color css
<style>
span { border-color: #34630A; }
span { border-color: rgb(52,99,10); }
td.TdClassName
{
border-color: #34630A;
}
.TagClassName
{
border-color: #34630A;
}
</style>