Shades of Verdun Green #3A5313
Tints of Verdun Green #3A5313
RGB
CMYK
RGB Variations
Color information
#3A5313 (or 0x3A5313) is known color: Verdun Green. HEX triplet: 3A, 53 and 13. RGB value is (58,83,19). Sum of RGB (Red+Green+Blue) = 58+83+19=160 (21% of max value = 765). Red value is 58 (23.05% from 255 or 36.25% from 160); Green value is 83 (32.81% from 255 or 51.88% from 160); Blue value is 19 (7.81% from 255 or 11.88% from 160); Max value from RGB is 83 - color contains mainly: green. Hex color #3A5313 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A5313 is #C5ACEC. Grayscale: #444444. Windows color (decimal): -12954861 or 1266490. OLE color: 1266490.
HSL color Cylindrical-coordinate representation of color #3A5313: hue angle of 83.44º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3A5313 is Cyan = 0.30, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 58 | 83 | 19 | - |
| CMYK | 0.30 | 0 | 0.77 | 0.67 |
| HSL | 83.44º | 0.63% | 0.2% | - |
| HSV(B) | 83.44º | 0.77% | 0.33% | - |
| XYZ | 4.96 | 7.13 | 1.73 | - |
| YUV | 68.23 | 100.22 | 120.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 83 | 19 | 0.30 | 0 | 0.77 | 0.67 | 83.44 | 0.63 | 0.2 |
| Hex | 3A | 53 | 13 | 1E | 0 | 4D | 43 | 53 | 3F | 14 |
| Octal | 72 | 123 | 23 | 36 | 0 | 115 | 103 | 123 | 77 | 24 |
| Binary | 111010 | 1010011 | 10011 | 11110 | 0 | 1001101 | 1000011 | 1010011 | 111111 | 10100 |
Color Harmonies of #3A5313
Complementary color
Monochromatic Colors of #3A5313
Black with #3A5313
Text Example
Text Example
White with #3A5313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A5313; }
p { color: rgb(58,83,19); }
H1.HeaderClassName
{
color: #3A5313;
}
.AnyTagClassName
{
color: #3A5313;
}
</style>
background-color css
<style>
a { background-color: #3A5313; }
a { background-color: rgb(58,83,19); }
div.DivClassName
{
background-color: #3A5313;
}
.BgClassName
{
background-color: #3A5313;
}
</style>
border-color css
<style>
span { border-color: #3A5313; }
span { border-color: rgb(58,83,19); }
td.TdClassName
{
border-color: #3A5313;
}
.TagClassName
{
border-color: #3A5313;
}
</style>