Shades of Verdun Green #4C690D
Tints of Verdun Green #4C690D
RGB
CMYK
RGB Variations
Color information
#4C690D (or 0x4C690D) is known color: Verdun Green. HEX triplet: 4C, 69 and 0D. RGB value is (76,105,13). Sum of RGB (Red+Green+Blue) = 76+105+13=194 (25% of max value = 765). Red value is 76 (30.08% from 255 or 39.18% from 194); Green value is 105 (41.41% from 255 or 54.12% from 194); Blue value is 13 (5.47% from 255 or 6.70% from 194); Max value from RGB is 105 - color contains mainly: green. Hex color #4C690D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4C690D is #B396F2. Grayscale: #565656. Windows color (decimal): -11769587 or 878924. OLE color: 878924.
HSL color Cylindrical-coordinate representation of color #4C690D: hue angle of 78.91º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4C690D is Cyan = 0.28, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 76 | 105 | 13 | - |
| CMYK | 0.28 | 0 | 0.88 | 0.59 |
| HSL | 78.91º | 0.78% | 0.23% | - |
| HSV(B) | 78.91º | 0.88% | 0.41% | - |
| XYZ | 8.1 | 11.67 | 2.21 | - |
| YUV | 85.84 | 86.89 | 120.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 105 | 13 | 0.28 | 0 | 0.88 | 0.59 | 78.91 | 0.78 | 0.23 |
| Hex | 4C | 69 | D | 1C | 0 | 58 | 3B | 4F | 4E | 17 |
| Octal | 114 | 151 | 15 | 34 | 0 | 130 | 73 | 117 | 116 | 27 |
| Binary | 1001100 | 1101001 | 1101 | 11100 | 0 | 1011000 | 111011 | 1001111 | 1001110 | 10111 |
Color Harmonies of #4C690D
Complementary color
Monochromatic Colors of #4C690D
Black with #4C690D
Text Example
Text Example
White with #4C690D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C690D; }
p { color: rgb(76,105,13); }
H1.HeaderClassName
{
color: #4C690D;
}
.AnyTagClassName
{
color: #4C690D;
}
</style>
background-color css
<style>
a { background-color: #4C690D; }
a { background-color: rgb(76,105,13); }
div.DivClassName
{
background-color: #4C690D;
}
.BgClassName
{
background-color: #4C690D;
}
</style>
border-color css
<style>
span { border-color: #4C690D; }
span { border-color: rgb(76,105,13); }
td.TdClassName
{
border-color: #4C690D;
}
.TagClassName
{
border-color: #4C690D;
}
</style>