Shades of Verdun Green #3C6907
Tints of Verdun Green #3C6907
RGB
CMYK
RGB Variations
Color information
#3C6907 (or 0x3C6907) is known color: Verdun Green. HEX triplet: 3C, 69 and 07. RGB value is (60,105,7). Sum of RGB (Red+Green+Blue) = 60+105+7=172 (22% of max value = 765). Red value is 60 (23.83% from 255 or 34.88% from 172); Green value is 105 (41.41% from 255 or 61.05% from 172); Blue value is 7 (3.12% from 255 or 4.07% from 172); Max value from RGB is 105 - color contains mainly: green. Hex color #3C6907 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3C6907 is #C396F8. Grayscale: #505050. Windows color (decimal): -12818169 or 485692. OLE color: 485692.
HSL color Cylindrical-coordinate representation of color #3C6907: hue angle of 87.55º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3C6907 is Cyan = 0.43, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 60 | 105 | 7 | - |
| CMYK | 0.43 | 0 | 0.93 | 0.59 |
| HSL | 87.55º | 0.88% | 0.22% | - |
| HSV(B) | 87.55º | 0.93% | 0.41% | - |
| XYZ | 6.95 | 11.08 | 1.97 | - |
| YUV | 80.37 | 86.59 | 113.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 105 | 7 | 0.43 | 0 | 0.93 | 0.59 | 87.55 | 0.88 | 0.22 |
| Hex | 3C | 69 | 7 | 2B | 0 | 5D | 3B | 58 | 58 | 16 |
| Octal | 74 | 151 | 7 | 53 | 0 | 135 | 73 | 130 | 130 | 26 |
| Binary | 111100 | 1101001 | 111 | 101011 | 0 | 1011101 | 111011 | 1011000 | 1011000 | 10110 |
Color Harmonies of #3C6907
Complementary color
Monochromatic Colors of #3C6907
Black with #3C6907
Text Example
Text Example
White with #3C6907
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C6907; }
p { color: rgb(60,105,7); }
H1.HeaderClassName
{
color: #3C6907;
}
.AnyTagClassName
{
color: #3C6907;
}
</style>
background-color css
<style>
a { background-color: #3C6907; }
a { background-color: rgb(60,105,7); }
div.DivClassName
{
background-color: #3C6907;
}
.BgClassName
{
background-color: #3C6907;
}
</style>
border-color css
<style>
span { border-color: #3C6907; }
span { border-color: rgb(60,105,7); }
td.TdClassName
{
border-color: #3C6907;
}
.TagClassName
{
border-color: #3C6907;
}
</style>