Shades of Verdun Green #3A670D
Tints of Verdun Green #3A670D
RGB
CMYK
RGB Variations
Color information
#3A670D (or 0x3A670D) is known color: Verdun Green. HEX triplet: 3A, 67 and 0D. RGB value is (58,103,13). Sum of RGB (Red+Green+Blue) = 58+103+13=174 (23% of max value = 765). Red value is 58 (23.05% from 255 or 33.33% from 174); Green value is 103 (40.62% from 255 or 59.20% from 174); Blue value is 13 (5.47% from 255 or 7.47% from 174); Max value from RGB is 103 - color contains mainly: green. Hex color #3A670D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A670D is #C598F2. Grayscale: #4F4F4F. Windows color (decimal): -12949747 or 878394. OLE color: 878394.
HSL color Cylindrical-coordinate representation of color #3A670D: hue angle of 90º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3A670D is Cyan = 0.44, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 58 | 103 | 13 | - |
| CMYK | 0.44 | 0 | 0.87 | 0.60 |
| HSL | 90º | 0.78% | 0.23% | - |
| HSV(B) | 90º | 0.87% | 0.4% | - |
| XYZ | 6.67 | 10.63 | 2.08 | - |
| YUV | 79.29 | 90.59 | 112.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 103 | 13 | 0.44 | 0 | 0.87 | 0.60 | 90 | 0.78 | 0.23 |
| Hex | 3A | 67 | D | 2C | 0 | 57 | 3C | 5A | 4E | 17 |
| Octal | 72 | 147 | 15 | 54 | 0 | 127 | 74 | 132 | 116 | 27 |
| Binary | 111010 | 1100111 | 1101 | 101100 | 0 | 1010111 | 111100 | 1011010 | 1001110 | 10111 |
Color Harmonies of #3A670D
Complementary color
Monochromatic Colors of #3A670D
Black with #3A670D
Text Example
Text Example
White with #3A670D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A670D; }
p { color: rgb(58,103,13); }
H1.HeaderClassName
{
color: #3A670D;
}
.AnyTagClassName
{
color: #3A670D;
}
</style>
background-color css
<style>
a { background-color: #3A670D; }
a { background-color: rgb(58,103,13); }
div.DivClassName
{
background-color: #3A670D;
}
.BgClassName
{
background-color: #3A670D;
}
</style>
border-color css
<style>
span { border-color: #3A670D; }
span { border-color: rgb(58,103,13); }
td.TdClassName
{
border-color: #3A670D;
}
.TagClassName
{
border-color: #3A670D;
}
</style>