Shades of Verdun Green #3C5001
Tints of Verdun Green #3C5001
RGB
CMYK
RGB Variations
Color information
#3C5001 (or 0x3C5001) is known color: Verdun Green. HEX triplet: 3C, 50 and 01. RGB value is (60,80,1). Sum of RGB (Red+Green+Blue) = 60+80+1=141 (18% of max value = 765). Red value is 60 (23.83% from 255 or 42.55% from 141); Green value is 80 (31.64% from 255 or 56.74% from 141); Blue value is 1 (0.78% from 255 or 0.71% from 141); Max value from RGB is 80 - color contains mainly: green. Hex color #3C5001 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3C5001 is #C3AFFE. Grayscale: #414141. Windows color (decimal): -12824575 or 86076. OLE color: 86076.
HSL color Cylindrical-coordinate representation of color #3C5001: hue angle of 75.19º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3C5001 is Cyan = 0.25, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 60 | 80 | 1 | - |
| CMYK | 0.25 | 0 | 0.99 | 0.69 |
| HSL | 75.19º | 0.98% | 0.16% | - |
| HSV(B) | 75.19º | 0.99% | 0.31% | - |
| XYZ | 4.74 | 6.7 | 1.07 | - |
| YUV | 65.01 | 91.87 | 124.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 80 | 1 | 0.25 | 0 | 0.99 | 0.69 | 75.19 | 0.98 | 0.16 |
| Hex | 3C | 50 | 1 | 19 | 0 | 63 | 45 | 4B | 62 | 10 |
| Octal | 74 | 120 | 1 | 31 | 0 | 143 | 105 | 113 | 142 | 20 |
| Binary | 111100 | 1010000 | 1 | 11001 | 0 | 1100011 | 1000101 | 1001011 | 1100010 | 10000 |
Color Harmonies of #3C5001
Complementary color
Monochromatic Colors of #3C5001
Black with #3C5001
Text Example
Text Example
White with #3C5001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C5001; }
p { color: rgb(60,80,1); }
H1.HeaderClassName
{
color: #3C5001;
}
.AnyTagClassName
{
color: #3C5001;
}
</style>
background-color css
<style>
a { background-color: #3C5001; }
a { background-color: rgb(60,80,1); }
div.DivClassName
{
background-color: #3C5001;
}
.BgClassName
{
background-color: #3C5001;
}
</style>
border-color css
<style>
span { border-color: #3C5001; }
span { border-color: rgb(60,80,1); }
td.TdClassName
{
border-color: #3C5001;
}
.TagClassName
{
border-color: #3C5001;
}
</style>