Shades of Verdun Green #3A5F03
Tints of Verdun Green #3A5F03
RGB
CMYK
RGB Variations
Color information
#3A5F03 (or 0x3A5F03) is known color: Verdun Green. HEX triplet: 3A, 5F and 03. RGB value is (58,95,3). Sum of RGB (Red+Green+Blue) = 58+95+3=156 (20% of max value = 765). Red value is 58 (23.05% from 255 or 37.18% from 156); Green value is 95 (37.5% from 255 or 60.90% from 156); Blue value is 3 (1.56% from 255 or 1.92% from 156); Max value from RGB is 95 - color contains mainly: green. Hex color #3A5F03 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A5F03 is #C5A0FC. Grayscale: #494949. Windows color (decimal): -12951805 or 220986. OLE color: 220986.
HSL color Cylindrical-coordinate representation of color #3A5F03: hue angle of 84.13º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3A5F03 is Cyan = 0.39, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 58 | 95 | 3 | - |
| CMYK | 0.39 | 0 | 0.97 | 0.63 |
| HSL | 84.13º | 0.94% | 0.19% | - |
| HSV(B) | 84.13º | 0.97% | 0.37% | - |
| XYZ | 5.85 | 9.09 | 1.53 | - |
| YUV | 73.45 | 88.24 | 116.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 95 | 3 | 0.39 | 0 | 0.97 | 0.63 | 84.13 | 0.94 | 0.19 |
| Hex | 3A | 5F | 3 | 27 | 0 | 61 | 3F | 54 | 5E | 13 |
| Octal | 72 | 137 | 3 | 47 | 0 | 141 | 77 | 124 | 136 | 23 |
| Binary | 111010 | 1011111 | 11 | 100111 | 0 | 1100001 | 111111 | 1010100 | 1011110 | 10011 |
Color Harmonies of #3A5F03
Complementary color
Monochromatic Colors of #3A5F03
Black with #3A5F03
Text Example
Text Example
White with #3A5F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A5F03; }
p { color: rgb(58,95,3); }
H1.HeaderClassName
{
color: #3A5F03;
}
.AnyTagClassName
{
color: #3A5F03;
}
</style>
background-color css
<style>
a { background-color: #3A5F03; }
a { background-color: rgb(58,95,3); }
div.DivClassName
{
background-color: #3A5F03;
}
.BgClassName
{
background-color: #3A5F03;
}
</style>
border-color css
<style>
span { border-color: #3A5F03; }
span { border-color: rgb(58,95,3); }
td.TdClassName
{
border-color: #3A5F03;
}
.TagClassName
{
border-color: #3A5F03;
}
</style>