Shades of Verdun Green #3C620B
Tints of Verdun Green #3C620B
RGB
CMYK
RGB Variations
Color information
#3C620B (or 0x3C620B) is known color: Verdun Green. HEX triplet: 3C, 62 and 0B. RGB value is (60,98,11). Sum of RGB (Red+Green+Blue) = 60+98+11=169 (22% of max value = 765). Red value is 60 (23.83% from 255 or 35.50% from 169); Green value is 98 (38.67% from 255 or 57.99% from 169); Blue value is 11 (4.69% from 255 or 6.51% from 169); Max value from RGB is 98 - color contains mainly: green. Hex color #3C620B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3C620B is #C39DF4. Grayscale: #4D4D4D. Windows color (decimal): -12819957 or 746044. OLE color: 746044.
HSL color Cylindrical-coordinate representation of color #3C620B: hue angle of 86.21º degrees, saturation: 0.8, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3C620B is Cyan = 0.39, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 60 | 98 | 11 | - |
| CMYK | 0.39 | 0 | 0.89 | 0.62 |
| HSL | 86.21º | 0.8% | 0.21% | - |
| HSV(B) | 86.21º | 0.89% | 0.38% | - |
| XYZ | 6.29 | 9.72 | 1.86 | - |
| YUV | 76.72 | 90.91 | 116.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 98 | 11 | 0.39 | 0 | 0.89 | 0.62 | 86.21 | 0.8 | 0.21 |
| Hex | 3C | 62 | B | 27 | 0 | 59 | 3E | 56 | 50 | 15 |
| Octal | 74 | 142 | 13 | 47 | 0 | 131 | 76 | 126 | 120 | 25 |
| Binary | 111100 | 1100010 | 1011 | 100111 | 0 | 1011001 | 111110 | 1010110 | 1010000 | 10101 |
Color Harmonies of #3C620B
Complementary color
Monochromatic Colors of #3C620B
Black with #3C620B
Text Example
Text Example
White with #3C620B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C620B; }
p { color: rgb(60,98,11); }
H1.HeaderClassName
{
color: #3C620B;
}
.AnyTagClassName
{
color: #3C620B;
}
</style>
background-color css
<style>
a { background-color: #3C620B; }
a { background-color: rgb(60,98,11); }
div.DivClassName
{
background-color: #3C620B;
}
.BgClassName
{
background-color: #3C620B;
}
</style>
border-color css
<style>
span { border-color: #3C620B; }
span { border-color: rgb(60,98,11); }
td.TdClassName
{
border-color: #3C620B;
}
.TagClassName
{
border-color: #3C620B;
}
</style>