Shades of Verdun Green #3A650A
Tints of Verdun Green #3A650A
RGB
CMYK
RGB Variations
Color information
#3A650A (or 0x3A650A) is known color: Verdun Green. HEX triplet: 3A, 65 and 0A. RGB value is (58,101,10). Sum of RGB (Red+Green+Blue) = 58+101+10=169 (22% of max value = 765). Red value is 58 (23.05% from 255 or 34.32% from 169); Green value is 101 (39.84% from 255 or 59.76% from 169); Blue value is 10 (4.30% from 255 or 5.92% from 169); Max value from RGB is 101 - color contains mainly: green. Hex color #3A650A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A650A is #C59AF5. Grayscale: #4E4E4E. Windows color (decimal): -12950262 or 681274. OLE color: 681274.
HSL color Cylindrical-coordinate representation of color #3A650A: hue angle of 88.35º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3A650A is Cyan = 0.43, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 58 | 101 | 10 | - |
| CMYK | 0.43 | 0 | 0.90 | 0.60 |
| HSL | 88.35º | 0.82% | 0.22% | - |
| HSV(B) | 88.35º | 0.9% | 0.4% | - |
| XYZ | 6.45 | 10.23 | 1.92 | - |
| YUV | 77.77 | 89.75 | 113.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 101 | 10 | 0.43 | 0 | 0.90 | 0.60 | 88.35 | 0.82 | 0.22 |
| Hex | 3A | 65 | A | 2B | 0 | 5A | 3C | 58 | 52 | 16 |
| Octal | 72 | 145 | 12 | 53 | 0 | 132 | 74 | 130 | 122 | 26 |
| Binary | 111010 | 1100101 | 1010 | 101011 | 0 | 1011010 | 111100 | 1011000 | 1010010 | 10110 |
Color Harmonies of #3A650A
Complementary color
Monochromatic Colors of #3A650A
Black with #3A650A
Text Example
Text Example
White with #3A650A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A650A; }
p { color: rgb(58,101,10); }
H1.HeaderClassName
{
color: #3A650A;
}
.AnyTagClassName
{
color: #3A650A;
}
</style>
background-color css
<style>
a { background-color: #3A650A; }
a { background-color: rgb(58,101,10); }
div.DivClassName
{
background-color: #3A650A;
}
.BgClassName
{
background-color: #3A650A;
}
</style>
border-color css
<style>
span { border-color: #3A650A; }
span { border-color: rgb(58,101,10); }
td.TdClassName
{
border-color: #3A650A;
}
.TagClassName
{
border-color: #3A650A;
}
</style>