Shades of Verdun Green #3A4F10
Tints of Verdun Green #3A4F10
RGB
CMYK
RGB Variations
Color information
#3A4F10 (or 0x3A4F10) is known color: Verdun Green. HEX triplet: 3A, 4F and 10. RGB value is (58,79,16). Sum of RGB (Red+Green+Blue) = 58+79+16=153 (20% of max value = 765). Red value is 58 (23.05% from 255 or 37.91% from 153); Green value is 79 (31.25% from 255 or 51.63% from 153); Blue value is 16 (6.64% from 255 or 10.46% from 153); Max value from RGB is 79 - color contains mainly: green. Hex color #3A4F10 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A4F10 is #C5B0EF. Grayscale: #414141. Windows color (decimal): -12955888 or 1068858. OLE color: 1068858.
HSL color Cylindrical-coordinate representation of color #3A4F10: hue angle of 80º degrees, saturation: 0.66, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3A4F10 is Cyan = 0.27, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 58 | 79 | 16 | - |
| CMYK | 0.27 | 0 | 0.80 | 0.69 |
| HSL | 80º | 0.66% | 0.19% | - |
| HSV(B) | 80º | 0.8% | 0.31% | - |
| XYZ | 4.63 | 6.53 | 1.51 | - |
| YUV | 65.54 | 100.04 | 122.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 79 | 16 | 0.27 | 0 | 0.80 | 0.69 | 80 | 0.66 | 0.19 |
| Hex | 3A | 4F | 10 | 1B | 0 | 50 | 45 | 50 | 42 | 13 |
| Octal | 72 | 117 | 20 | 33 | 0 | 120 | 105 | 120 | 102 | 23 |
| Binary | 111010 | 1001111 | 10000 | 11011 | 0 | 1010000 | 1000101 | 1010000 | 1000010 | 10011 |
Color Harmonies of #3A4F10
Complementary color
Monochromatic Colors of #3A4F10
Black with #3A4F10
Text Example
Text Example
White with #3A4F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A4F10; }
p { color: rgb(58,79,16); }
H1.HeaderClassName
{
color: #3A4F10;
}
.AnyTagClassName
{
color: #3A4F10;
}
</style>
background-color css
<style>
a { background-color: #3A4F10; }
a { background-color: rgb(58,79,16); }
div.DivClassName
{
background-color: #3A4F10;
}
.BgClassName
{
background-color: #3A4F10;
}
</style>
border-color css
<style>
span { border-color: #3A4F10; }
span { border-color: rgb(58,79,16); }
td.TdClassName
{
border-color: #3A4F10;
}
.TagClassName
{
border-color: #3A4F10;
}
</style>