Shades of Verdun Green #3A670C
Tints of Verdun Green #3A670C
RGB
CMYK
RGB Variations
Color information
#3A670C (or 0x3A670C) is known color: Verdun Green. HEX triplet: 3A, 67 and 0C. RGB value is (58,103,12). Sum of RGB (Red+Green+Blue) = 58+103+12=173 (22% of max value = 765). Red value is 58 (23.05% from 255 or 33.53% from 173); Green value is 103 (40.62% from 255 or 59.54% from 173); Blue value is 12 (5.08% from 255 or 6.94% from 173); Max value from RGB is 103 - color contains mainly: green. Hex color #3A670C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A670C is #C598F3. Grayscale: #4F4F4F. Windows color (decimal): -12949748 or 812858. OLE color: 812858.
HSL color Cylindrical-coordinate representation of color #3A670C: hue angle of 89.67º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3A670C is Cyan = 0.44, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 58 | 103 | 12 | - |
| CMYK | 0.44 | 0 | 0.88 | 0.60 |
| HSL | 89.67º | 0.79% | 0.23% | - |
| HSV(B) | 89.67º | 0.88% | 0.4% | - |
| XYZ | 6.66 | 10.63 | 2.05 | - |
| YUV | 79.17 | 90.09 | 112.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 103 | 12 | 0.44 | 0 | 0.88 | 0.60 | 89.67 | 0.79 | 0.23 |
| Hex | 3A | 67 | C | 2C | 0 | 58 | 3C | 5A | 4F | 17 |
| Octal | 72 | 147 | 14 | 54 | 0 | 130 | 74 | 132 | 117 | 27 |
| Binary | 111010 | 1100111 | 1100 | 101100 | 0 | 1011000 | 111100 | 1011010 | 1001111 | 10111 |
Color Harmonies of #3A670C
Complementary color
Monochromatic Colors of #3A670C
Black with #3A670C
Text Example
Text Example
White with #3A670C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A670C; }
p { color: rgb(58,103,12); }
H1.HeaderClassName
{
color: #3A670C;
}
.AnyTagClassName
{
color: #3A670C;
}
</style>
background-color css
<style>
a { background-color: #3A670C; }
a { background-color: rgb(58,103,12); }
div.DivClassName
{
background-color: #3A670C;
}
.BgClassName
{
background-color: #3A670C;
}
</style>
border-color css
<style>
span { border-color: #3A670C; }
span { border-color: rgb(58,103,12); }
td.TdClassName
{
border-color: #3A670C;
}
.TagClassName
{
border-color: #3A670C;
}
</style>