Shades of Verdun Green #3A4E0C
Tints of Verdun Green #3A4E0C
RGB
CMYK
RGB Variations
Color information
#3A4E0C (or 0x3A4E0C) is known color: Verdun Green. HEX triplet: 3A, 4E and 0C. RGB value is (58,78,12). Sum of RGB (Red+Green+Blue) = 58+78+12=148 (19% of max value = 765). Red value is 58 (23.05% from 255 or 39.19% from 148); Green value is 78 (30.86% from 255 or 52.70% from 148); Blue value is 12 (5.08% from 255 or 8.11% from 148); Max value from RGB is 78 - color contains mainly: green. Hex color #3A4E0C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A4E0C is #C5B1F3. Grayscale: #404040. Windows color (decimal): -12956148 or 806458. OLE color: 806458.
HSL color Cylindrical-coordinate representation of color #3A4E0C: hue angle of 78.18º degrees, saturation: 0.73, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3A4E0C is Cyan = 0.26, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 58 | 78 | 12 | - |
| CMYK | 0.26 | 0 | 0.85 | 0.69 |
| HSL | 78.18º | 0.73% | 0.18% | - |
| HSV(B) | 78.18º | 0.85% | 0.31% | - |
| XYZ | 4.54 | 6.37 | 1.34 | - |
| YUV | 64.5 | 98.37 | 123.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 78 | 12 | 0.26 | 0 | 0.85 | 0.69 | 78.18 | 0.73 | 0.18 |
| Hex | 3A | 4E | C | 1A | 0 | 55 | 45 | 4E | 49 | 12 |
| Octal | 72 | 116 | 14 | 32 | 0 | 125 | 105 | 116 | 111 | 22 |
| Binary | 111010 | 1001110 | 1100 | 11010 | 0 | 1010101 | 1000101 | 1001110 | 1001001 | 10010 |
Color Harmonies of #3A4E0C
Complementary color
Monochromatic Colors of #3A4E0C
Black with #3A4E0C
Text Example
Text Example
White with #3A4E0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A4E0C; }
p { color: rgb(58,78,12); }
H1.HeaderClassName
{
color: #3A4E0C;
}
.AnyTagClassName
{
color: #3A4E0C;
}
</style>
background-color css
<style>
a { background-color: #3A4E0C; }
a { background-color: rgb(58,78,12); }
div.DivClassName
{
background-color: #3A4E0C;
}
.BgClassName
{
background-color: #3A4E0C;
}
</style>
border-color css
<style>
span { border-color: #3A4E0C; }
span { border-color: rgb(58,78,12); }
td.TdClassName
{
border-color: #3A4E0C;
}
.TagClassName
{
border-color: #3A4E0C;
}
</style>