Shades of Verdun Green #3B5310
Tints of Verdun Green #3B5310
RGB
CMYK
RGB Variations
Color information
#3B5310 (or 0x3B5310) is known color: Verdun Green. HEX triplet: 3B, 53 and 10. RGB value is (59,83,16). Sum of RGB (Red+Green+Blue) = 59+83+16=158 (20% of max value = 765). Red value is 59 (23.44% from 255 or 37.34% from 158); Green value is 83 (32.81% from 255 or 52.53% from 158); Blue value is 16 (6.64% from 255 or 10.13% from 158); Max value from RGB is 83 - color contains mainly: green. Hex color #3B5310 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3B5310 is #C4ACEF. Grayscale: #444444. Windows color (decimal): -12889328 or 1069883. OLE color: 1069883.
HSL color Cylindrical-coordinate representation of color #3B5310: hue angle of 81.49º degrees, saturation: 0.68, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3B5310 is Cyan = 0.29, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 59 | 83 | 16 | - |
| CMYK | 0.29 | 0 | 0.81 | 0.67 |
| HSL | 81.49º | 0.68% | 0.19% | - |
| HSV(B) | 81.49º | 0.81% | 0.33% | - |
| XYZ | 4.99 | 7.15 | 1.61 | - |
| YUV | 68.19 | 98.55 | 121.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 83 | 16 | 0.29 | 0 | 0.81 | 0.67 | 81.49 | 0.68 | 0.19 |
| Hex | 3B | 53 | 10 | 1D | 0 | 51 | 43 | 51 | 44 | 13 |
| Octal | 73 | 123 | 20 | 35 | 0 | 121 | 103 | 121 | 104 | 23 |
| Binary | 111011 | 1010011 | 10000 | 11101 | 0 | 1010001 | 1000011 | 1010001 | 1000100 | 10011 |
Color Harmonies of #3B5310
Complementary color
Monochromatic Colors of #3B5310
Black with #3B5310
Text Example
Text Example
White with #3B5310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B5310; }
p { color: rgb(59,83,16); }
H1.HeaderClassName
{
color: #3B5310;
}
.AnyTagClassName
{
color: #3B5310;
}
</style>
background-color css
<style>
a { background-color: #3B5310; }
a { background-color: rgb(59,83,16); }
div.DivClassName
{
background-color: #3B5310;
}
.BgClassName
{
background-color: #3B5310;
}
</style>
border-color css
<style>
span { border-color: #3B5310; }
span { border-color: rgb(59,83,16); }
td.TdClassName
{
border-color: #3B5310;
}
.TagClassName
{
border-color: #3B5310;
}
</style>