Shades of Verdun Green #3B5202
Tints of Verdun Green #3B5202
RGB
CMYK
RGB Variations
Color information
#3B5202 (or 0x3B5202) is known color: Verdun Green. HEX triplet: 3B, 52 and 02. RGB value is (59,82,2). Sum of RGB (Red+Green+Blue) = 59+82+2=143 (18% of max value = 765). Red value is 59 (23.44% from 255 or 41.26% from 143); Green value is 82 (32.42% from 255 or 57.34% from 143); Blue value is 2 (1.17% from 255 or 1.40% from 143); Max value from RGB is 82 - color contains mainly: green. Hex color #3B5202 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3B5202 is #C4ADFD. Grayscale: #424242. Windows color (decimal): -12889598 or 152123. OLE color: 152123.
HSL color Cylindrical-coordinate representation of color #3B5202: hue angle of 77.25º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3B5202 is Cyan = 0.28, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 59 | 82 | 2 | - |
| CMYK | 0.28 | 0 | 0.98 | 0.68 |
| HSL | 77.25º | 0.95% | 0.16% | - |
| HSV(B) | 77.25º | 0.98% | 0.32% | - |
| XYZ | 4.83 | 6.97 | 1.15 | - |
| YUV | 66 | 91.88 | 123 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 82 | 2 | 0.28 | 0 | 0.98 | 0.68 | 77.25 | 0.95 | 0.16 |
| Hex | 3B | 52 | 2 | 1C | 0 | 62 | 44 | 4D | 5F | 10 |
| Octal | 73 | 122 | 2 | 34 | 0 | 142 | 104 | 115 | 137 | 20 |
| Binary | 111011 | 1010010 | 10 | 11100 | 0 | 1100010 | 1000100 | 1001101 | 1011111 | 10000 |
Color Harmonies of #3B5202
Complementary color
Monochromatic Colors of #3B5202
Black with #3B5202
Text Example
Text Example
White with #3B5202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B5202; }
p { color: rgb(59,82,2); }
H1.HeaderClassName
{
color: #3B5202;
}
.AnyTagClassName
{
color: #3B5202;
}
</style>
background-color css
<style>
a { background-color: #3B5202; }
a { background-color: rgb(59,82,2); }
div.DivClassName
{
background-color: #3B5202;
}
.BgClassName
{
background-color: #3B5202;
}
</style>
border-color css
<style>
span { border-color: #3B5202; }
span { border-color: rgb(59,82,2); }
td.TdClassName
{
border-color: #3B5202;
}
.TagClassName
{
border-color: #3B5202;
}
</style>