Shades of Verdun Green #3A5B10
Tints of Verdun Green #3A5B10
RGB
CMYK
RGB Variations
Color information
#3A5B10 (or 0x3A5B10) is known color: Verdun Green. HEX triplet: 3A, 5B and 10. RGB value is (58,91,16). Sum of RGB (Red+Green+Blue) = 58+91+16=165 (21% of max value = 765). Red value is 58 (23.05% from 255 or 35.15% from 165); Green value is 91 (35.94% from 255 or 55.15% from 165); Blue value is 16 (6.64% from 255 or 9.70% from 165); Max value from RGB is 91 - color contains mainly: green. Hex color #3A5B10 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A5B10 is #C5A4EF. Grayscale: #484848. Windows color (decimal): -12952816 or 1071930. OLE color: 1071930.
HSL color Cylindrical-coordinate representation of color #3A5B10: hue angle of 86.4º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3A5B10 is Cyan = 0.36, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 58 | 91 | 16 | - |
| CMYK | 0.36 | 0 | 0.82 | 0.64 |
| HSL | 86.4º | 0.7% | 0.21% | - |
| HSV(B) | 86.4º | 0.82% | 0.36% | - |
| XYZ | 5.58 | 8.42 | 1.82 | - |
| YUV | 72.58 | 96.07 | 117.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 91 | 16 | 0.36 | 0 | 0.82 | 0.64 | 86.4 | 0.7 | 0.21 |
| Hex | 3A | 5B | 10 | 24 | 0 | 52 | 40 | 56 | 46 | 15 |
| Octal | 72 | 133 | 20 | 44 | 0 | 122 | 100 | 126 | 106 | 25 |
| Binary | 111010 | 1011011 | 10000 | 100100 | 0 | 1010010 | 1000000 | 1010110 | 1000110 | 10101 |
Color Harmonies of #3A5B10
Complementary color
Monochromatic Colors of #3A5B10
Black with #3A5B10
Text Example
Text Example
White with #3A5B10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A5B10; }
p { color: rgb(58,91,16); }
H1.HeaderClassName
{
color: #3A5B10;
}
.AnyTagClassName
{
color: #3A5B10;
}
</style>
background-color css
<style>
a { background-color: #3A5B10; }
a { background-color: rgb(58,91,16); }
div.DivClassName
{
background-color: #3A5B10;
}
.BgClassName
{
background-color: #3A5B10;
}
</style>
border-color css
<style>
span { border-color: #3A5B10; }
span { border-color: rgb(58,91,16); }
td.TdClassName
{
border-color: #3A5B10;
}
.TagClassName
{
border-color: #3A5B10;
}
</style>