Shades of Verdun Green #3B660A
Tints of Verdun Green #3B660A
RGB
CMYK
RGB Variations
Color information
#3B660A (or 0x3B660A) is known color: Verdun Green. HEX triplet: 3B, 66 and 0A. RGB value is (59,102,10). Sum of RGB (Red+Green+Blue) = 59+102+10=171 (22% of max value = 765). Red value is 59 (23.44% from 255 or 34.50% from 171); Green value is 102 (40.23% from 255 or 59.65% from 171); Blue value is 10 (4.30% from 255 or 5.85% from 171); Max value from RGB is 102 - color contains mainly: green. Hex color #3B660A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3B660A is #C499F5. Grayscale: #4E4E4E. Windows color (decimal): -12884470 or 681531. OLE color: 681531.
HSL color Cylindrical-coordinate representation of color #3B660A: hue angle of 88.04º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3B660A is Cyan = 0.42, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 59 | 102 | 10 | - |
| CMYK | 0.42 | 0 | 0.90 | 0.6 |
| HSL | 88.04º | 0.82% | 0.22% | - |
| HSV(B) | 88.04º | 0.9% | 0.4% | - |
| XYZ | 6.61 | 10.45 | 1.96 | - |
| YUV | 78.66 | 89.25 | 113.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 102 | 10 | 0.42 | 0 | 0.90 | 0.6 | 88.04 | 0.82 | 0.22 |
| Hex | 3B | 66 | A | 2A | 0 | 5A | 3C | 58 | 52 | 16 |
| Octal | 73 | 146 | 12 | 52 | 0 | 132 | 74 | 130 | 122 | 26 |
| Binary | 111011 | 1100110 | 1010 | 101010 | 0 | 1011010 | 111100 | 1011000 | 1010010 | 10110 |
Color Harmonies of #3B660A
Complementary color
Monochromatic Colors of #3B660A
Black with #3B660A
Text Example
Text Example
White with #3B660A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B660A; }
p { color: rgb(59,102,10); }
H1.HeaderClassName
{
color: #3B660A;
}
.AnyTagClassName
{
color: #3B660A;
}
</style>
background-color css
<style>
a { background-color: #3B660A; }
a { background-color: rgb(59,102,10); }
div.DivClassName
{
background-color: #3B660A;
}
.BgClassName
{
background-color: #3B660A;
}
</style>
border-color css
<style>
span { border-color: #3B660A; }
span { border-color: rgb(59,102,10); }
td.TdClassName
{
border-color: #3B660A;
}
.TagClassName
{
border-color: #3B660A;
}
</style>