Shades of Verdun Green #3A6A0A
Tints of Verdun Green #3A6A0A
RGB
CMYK
RGB Variations
Color information
#3A6A0A (or 0x3A6A0A) is known color: Verdun Green. HEX triplet: 3A, 6A and 0A. RGB value is (58,106,10). Sum of RGB (Red+Green+Blue) = 58+106+10=174 (23% of max value = 765). Red value is 58 (23.05% from 255 or 33.33% from 174); Green value is 106 (41.80% from 255 or 60.92% from 174); Blue value is 10 (4.30% from 255 or 5.75% from 174); Max value from RGB is 106 - color contains mainly: green. Hex color #3A6A0A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A6A0A is #C595F5. Grayscale: #515151. Windows color (decimal): -12948982 or 682554. OLE color: 682554.
HSL color Cylindrical-coordinate representation of color #3A6A0A: hue angle of 90º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3A6A0A is Cyan = 0.45, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 58 | 106 | 10 | - |
| CMYK | 0.45 | 0 | 0.91 | 0.58 |
| HSL | 90º | 0.83% | 0.23% | - |
| HSV(B) | 90º | 0.91% | 0.42% | - |
| XYZ | 6.95 | 11.23 | 2.09 | - |
| YUV | 80.7 | 88.1 | 111.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 106 | 10 | 0.45 | 0 | 0.91 | 0.58 | 90 | 0.83 | 0.23 |
| Hex | 3A | 6A | A | 2D | 0 | 5B | 3A | 5A | 53 | 17 |
| Octal | 72 | 152 | 12 | 55 | 0 | 133 | 72 | 132 | 123 | 27 |
| Binary | 111010 | 1101010 | 1010 | 101101 | 0 | 1011011 | 111010 | 1011010 | 1010011 | 10111 |
Color Harmonies of #3A6A0A
Complementary color
Monochromatic Colors of #3A6A0A
Black with #3A6A0A
Text Example
Text Example
White with #3A6A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A6A0A; }
p { color: rgb(58,106,10); }
H1.HeaderClassName
{
color: #3A6A0A;
}
.AnyTagClassName
{
color: #3A6A0A;
}
</style>
background-color css
<style>
a { background-color: #3A6A0A; }
a { background-color: rgb(58,106,10); }
div.DivClassName
{
background-color: #3A6A0A;
}
.BgClassName
{
background-color: #3A6A0A;
}
</style>
border-color css
<style>
span { border-color: #3A6A0A; }
span { border-color: rgb(58,106,10); }
td.TdClassName
{
border-color: #3A6A0A;
}
.TagClassName
{
border-color: #3A6A0A;
}
</style>