Shades of Verdun Green #3C6003
Tints of Verdun Green #3C6003
RGB
CMYK
RGB Variations
Color information
#3C6003 (or 0x3C6003) is known color: Verdun Green. HEX triplet: 3C, 60 and 03. RGB value is (60,96,3). Sum of RGB (Red+Green+Blue) = 60+96+3=159 (21% of max value = 765). Red value is 60 (23.83% from 255 or 37.74% from 159); Green value is 96 (37.89% from 255 or 60.38% from 159); Blue value is 3 (1.56% from 255 or 1.89% from 159); Max value from RGB is 96 - color contains mainly: green. Hex color #3C6003 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3C6003 is #C39FFC. Grayscale: #4A4A4A. Windows color (decimal): -12820477 or 221244. OLE color: 221244.
HSL color Cylindrical-coordinate representation of color #3C6003: hue angle of 83.23º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3C6003 is Cyan = 0.38, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 60 | 96 | 3 | - |
| CMYK | 0.38 | 0 | 0.97 | 0.62 |
| HSL | 83.23º | 0.94% | 0.19% | - |
| HSV(B) | 83.23º | 0.97% | 0.38% | - |
| XYZ | 6.06 | 9.33 | 1.57 | - |
| YUV | 74.63 | 87.57 | 117.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 96 | 3 | 0.38 | 0 | 0.97 | 0.62 | 83.23 | 0.94 | 0.19 |
| Hex | 3C | 60 | 3 | 26 | 0 | 61 | 3E | 53 | 5E | 13 |
| Octal | 74 | 140 | 3 | 46 | 0 | 141 | 76 | 123 | 136 | 23 |
| Binary | 111100 | 1100000 | 11 | 100110 | 0 | 1100001 | 111110 | 1010011 | 1011110 | 10011 |
Color Harmonies of #3C6003
Complementary color
Monochromatic Colors of #3C6003
Black with #3C6003
Text Example
Text Example
White with #3C6003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C6003; }
p { color: rgb(60,96,3); }
H1.HeaderClassName
{
color: #3C6003;
}
.AnyTagClassName
{
color: #3C6003;
}
</style>
background-color css
<style>
a { background-color: #3C6003; }
a { background-color: rgb(60,96,3); }
div.DivClassName
{
background-color: #3C6003;
}
.BgClassName
{
background-color: #3C6003;
}
</style>
border-color css
<style>
span { border-color: #3C6003; }
span { border-color: rgb(60,96,3); }
td.TdClassName
{
border-color: #3C6003;
}
.TagClassName
{
border-color: #3C6003;
}
</style>