Shades of Verdun Green #3A6F01
Tints of Verdun Green #3A6F01
RGB
CMYK
RGB Variations
Color information
#3A6F01 (or 0x3A6F01) is known color: Verdun Green. HEX triplet: 3A, 6F and 01. RGB value is (58,111,1). Sum of RGB (Red+Green+Blue) = 58+111+1=170 (22% of max value = 765). Red value is 58 (23.05% from 255 or 34.12% from 170); Green value is 111 (43.75% from 255 or 65.29% from 170); Blue value is 1 (0.78% from 255 or 0.59% from 170); Max value from RGB is 111 - color contains mainly: green. Hex color #3A6F01 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A6F01 is #C590FE. Grayscale: #525252. Windows color (decimal): -12947711 or 94010. OLE color: 94010.
HSL color Cylindrical-coordinate representation of color #3A6F01: hue angle of 88.91º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3A6F01 is Cyan = 0.48, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 58 | 111 | 1 | - |
| CMYK | 0.48 | 0 | 0.99 | 0.56 |
| HSL | 88.91º | 0.98% | 0.22% | - |
| HSV(B) | 88.91º | 0.99% | 0.44% | - |
| XYZ | 7.43 | 12.27 | 2.01 | - |
| YUV | 82.61 | 81.94 | 110.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 111 | 1 | 0.48 | 0 | 0.99 | 0.56 | 88.91 | 0.98 | 0.22 |
| Hex | 3A | 6F | 1 | 30 | 0 | 63 | 38 | 59 | 62 | 16 |
| Octal | 72 | 157 | 1 | 60 | 0 | 143 | 70 | 131 | 142 | 26 |
| Binary | 111010 | 1101111 | 1 | 110000 | 0 | 1100011 | 111000 | 1011001 | 1100010 | 10110 |
Color Harmonies of #3A6F01
Complementary color
Monochromatic Colors of #3A6F01
Black with #3A6F01
Text Example
Text Example
White with #3A6F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A6F01; }
p { color: rgb(58,111,1); }
H1.HeaderClassName
{
color: #3A6F01;
}
.AnyTagClassName
{
color: #3A6F01;
}
</style>
background-color css
<style>
a { background-color: #3A6F01; }
a { background-color: rgb(58,111,1); }
div.DivClassName
{
background-color: #3A6F01;
}
.BgClassName
{
background-color: #3A6F01;
}
</style>
border-color css
<style>
span { border-color: #3A6F01; }
span { border-color: rgb(58,111,1); }
td.TdClassName
{
border-color: #3A6F01;
}
.TagClassName
{
border-color: #3A6F01;
}
</style>