Shades of Verdun Green #3A5A0F
Tints of Verdun Green #3A5A0F
RGB
CMYK
RGB Variations
Color information
#3A5A0F (or 0x3A5A0F) is known color: Verdun Green. HEX triplet: 3A, 5A and 0F. RGB value is (58,90,15). Sum of RGB (Red+Green+Blue) = 58+90+15=163 (21% of max value = 765). Red value is 58 (23.05% from 255 or 35.58% from 163); Green value is 90 (35.55% from 255 or 55.21% from 163); Blue value is 15 (6.25% from 255 or 9.20% from 163); Max value from RGB is 90 - color contains mainly: green. Hex color #3A5A0F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A5A0F is #C5A5F0. Grayscale: #484848. Windows color (decimal): -12953073 or 1006138. OLE color: 1006138.
HSL color Cylindrical-coordinate representation of color #3A5A0F: hue angle of 85.6º degrees, saturation: 0.71, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3A5A0F is Cyan = 0.36, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 58 | 90 | 15 | - |
| CMYK | 0.36 | 0 | 0.83 | 0.65 |
| HSL | 85.6º | 0.71% | 0.21% | - |
| HSV(B) | 85.6º | 0.83% | 0.35% | - |
| XYZ | 5.49 | 8.25 | 1.75 | - |
| YUV | 71.88 | 95.9 | 118.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 90 | 15 | 0.36 | 0 | 0.83 | 0.65 | 85.6 | 0.71 | 0.21 |
| Hex | 3A | 5A | F | 24 | 0 | 53 | 41 | 56 | 47 | 15 |
| Octal | 72 | 132 | 17 | 44 | 0 | 123 | 101 | 126 | 107 | 25 |
| Binary | 111010 | 1011010 | 1111 | 100100 | 0 | 1010011 | 1000001 | 1010110 | 1000111 | 10101 |
Color Harmonies of #3A5A0F
Complementary color
Monochromatic Colors of #3A5A0F
Black with #3A5A0F
Text Example
Text Example
White with #3A5A0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A5A0F; }
p { color: rgb(58,90,15); }
H1.HeaderClassName
{
color: #3A5A0F;
}
.AnyTagClassName
{
color: #3A5A0F;
}
</style>
background-color css
<style>
a { background-color: #3A5A0F; }
a { background-color: rgb(58,90,15); }
div.DivClassName
{
background-color: #3A5A0F;
}
.BgClassName
{
background-color: #3A5A0F;
}
</style>
border-color css
<style>
span { border-color: #3A5A0F; }
span { border-color: rgb(58,90,15); }
td.TdClassName
{
border-color: #3A5A0F;
}
.TagClassName
{
border-color: #3A5A0F;
}
</style>