Shades of Verdun Green #3C540A
Tints of Verdun Green #3C540A
RGB
CMYK
RGB Variations
Color information
#3C540A (or 0x3C540A) is known color: Verdun Green. HEX triplet: 3C, 54 and 0A. RGB value is (60,84,10). Sum of RGB (Red+Green+Blue) = 60+84+10=154 (20% of max value = 765). Red value is 60 (23.83% from 255 or 38.96% from 154); Green value is 84 (33.20% from 255 or 54.55% from 154); Blue value is 10 (4.30% from 255 or 6.49% from 154); Max value from RGB is 84 - color contains mainly: green. Hex color #3C540A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3C540A is #C3ABF5. Grayscale: #444444. Windows color (decimal): -12823542 or 676924. OLE color: 676924.
HSL color Cylindrical-coordinate representation of color #3C540A: hue angle of 79.46º degrees, saturation: 0.79, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3C540A is Cyan = 0.29, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 60 | 84 | 10 | - |
| CMYK | 0.29 | 0 | 0.88 | 0.67 |
| HSL | 79.46º | 0.79% | 0.18% | - |
| HSV(B) | 79.46º | 0.88% | 0.33% | - |
| XYZ | 5.09 | 7.32 | 1.43 | - |
| YUV | 68.39 | 95.05 | 122.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 84 | 10 | 0.29 | 0 | 0.88 | 0.67 | 79.46 | 0.79 | 0.18 |
| Hex | 3C | 54 | A | 1D | 0 | 58 | 43 | 4F | 4F | 12 |
| Octal | 74 | 124 | 12 | 35 | 0 | 130 | 103 | 117 | 117 | 22 |
| Binary | 111100 | 1010100 | 1010 | 11101 | 0 | 1011000 | 1000011 | 1001111 | 1001111 | 10010 |
Color Harmonies of #3C540A
Complementary color
Monochromatic Colors of #3C540A
Black with #3C540A
Text Example
Text Example
White with #3C540A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C540A; }
p { color: rgb(60,84,10); }
H1.HeaderClassName
{
color: #3C540A;
}
.AnyTagClassName
{
color: #3C540A;
}
</style>
background-color css
<style>
a { background-color: #3C540A; }
a { background-color: rgb(60,84,10); }
div.DivClassName
{
background-color: #3C540A;
}
.BgClassName
{
background-color: #3C540A;
}
</style>
border-color css
<style>
span { border-color: #3C540A; }
span { border-color: rgb(60,84,10); }
td.TdClassName
{
border-color: #3C540A;
}
.TagClassName
{
border-color: #3C540A;
}
</style>