Shades of Verdun Green #3A5B03
Tints of Verdun Green #3A5B03
RGB
CMYK
RGB Variations
Color information
#3A5B03 (or 0x3A5B03) is known color: Verdun Green. HEX triplet: 3A, 5B and 03. RGB value is (58,91,3). Sum of RGB (Red+Green+Blue) = 58+91+3=152 (20% of max value = 765). Red value is 58 (23.05% from 255 or 38.16% from 152); Green value is 91 (35.94% from 255 or 59.87% from 152); Blue value is 3 (1.56% from 255 or 1.97% from 152); Max value from RGB is 91 - color contains mainly: green. Hex color #3A5B03 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A5B03 is #C5A4FC. Grayscale: #474747. Windows color (decimal): -12952829 or 219962. OLE color: 219962.
HSL color Cylindrical-coordinate representation of color #3A5B03: hue angle of 82.5º degrees, saturation: 0.94, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3A5B03 is Cyan = 0.36, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 58 | 91 | 3 | - |
| CMYK | 0.36 | 0 | 0.97 | 0.64 |
| HSL | 82.5º | 0.94% | 0.18% | - |
| HSV(B) | 82.5º | 0.97% | 0.36% | - |
| XYZ | 5.5 | 8.39 | 1.42 | - |
| YUV | 71.1 | 89.57 | 118.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 91 | 3 | 0.36 | 0 | 0.97 | 0.64 | 82.5 | 0.94 | 0.18 |
| Hex | 3A | 5B | 3 | 24 | 0 | 61 | 40 | 52 | 5E | 12 |
| Octal | 72 | 133 | 3 | 44 | 0 | 141 | 100 | 122 | 136 | 22 |
| Binary | 111010 | 1011011 | 11 | 100100 | 0 | 1100001 | 1000000 | 1010010 | 1011110 | 10010 |
Color Harmonies of #3A5B03
Complementary color
Monochromatic Colors of #3A5B03
Black with #3A5B03
Text Example
Text Example
White with #3A5B03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A5B03; }
p { color: rgb(58,91,3); }
H1.HeaderClassName
{
color: #3A5B03;
}
.AnyTagClassName
{
color: #3A5B03;
}
</style>
background-color css
<style>
a { background-color: #3A5B03; }
a { background-color: rgb(58,91,3); }
div.DivClassName
{
background-color: #3A5B03;
}
.BgClassName
{
background-color: #3A5B03;
}
</style>
border-color css
<style>
span { border-color: #3A5B03; }
span { border-color: rgb(58,91,3); }
td.TdClassName
{
border-color: #3A5B03;
}
.TagClassName
{
border-color: #3A5B03;
}
</style>