Shades of Verdun Green #3A5A03
Tints of Verdun Green #3A5A03
RGB
CMYK
RGB Variations
Color information
#3A5A03 (or 0x3A5A03) is known color: Verdun Green. HEX triplet: 3A, 5A and 03. RGB value is (58,90,3). Sum of RGB (Red+Green+Blue) = 58+90+3=151 (20% of max value = 765). Red value is 58 (23.05% from 255 or 38.41% from 151); Green value is 90 (35.55% from 255 or 59.60% from 151); Blue value is 3 (1.56% from 255 or 1.99% from 151); Max value from RGB is 90 - color contains mainly: green. Hex color #3A5A03 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A5A03 is #C5A5FC. Grayscale: #464646. Windows color (decimal): -12953085 or 219706. OLE color: 219706.
HSL color Cylindrical-coordinate representation of color #3A5A03: hue angle of 82.07º degrees, saturation: 0.94, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3A5A03 is Cyan = 0.36, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 58 | 90 | 3 | - |
| CMYK | 0.36 | 0 | 0.97 | 0.65 |
| HSL | 82.07º | 0.94% | 0.18% | - |
| HSV(B) | 82.07º | 0.97% | 0.35% | - |
| XYZ | 5.42 | 8.22 | 1.39 | - |
| YUV | 70.51 | 89.9 | 119.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 90 | 3 | 0.36 | 0 | 0.97 | 0.65 | 82.07 | 0.94 | 0.18 |
| Hex | 3A | 5A | 3 | 24 | 0 | 61 | 41 | 52 | 5E | 12 |
| Octal | 72 | 132 | 3 | 44 | 0 | 141 | 101 | 122 | 136 | 22 |
| Binary | 111010 | 1011010 | 11 | 100100 | 0 | 1100001 | 1000001 | 1010010 | 1011110 | 10010 |
Color Harmonies of #3A5A03
Complementary color
Monochromatic Colors of #3A5A03
Black with #3A5A03
Text Example
Text Example
White with #3A5A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A5A03; }
p { color: rgb(58,90,3); }
H1.HeaderClassName
{
color: #3A5A03;
}
.AnyTagClassName
{
color: #3A5A03;
}
</style>
background-color css
<style>
a { background-color: #3A5A03; }
a { background-color: rgb(58,90,3); }
div.DivClassName
{
background-color: #3A5A03;
}
.BgClassName
{
background-color: #3A5A03;
}
</style>
border-color css
<style>
span { border-color: #3A5A03; }
span { border-color: rgb(58,90,3); }
td.TdClassName
{
border-color: #3A5A03;
}
.TagClassName
{
border-color: #3A5A03;
}
</style>