Shades of Verdun Green #4C6D03
Tints of Verdun Green #4C6D03
RGB
CMYK
RGB Variations
Color information
#4C6D03 (or 0x4C6D03) is known color: Verdun Green. HEX triplet: 4C, 6D and 03. RGB value is (76,109,3). Sum of RGB (Red+Green+Blue) = 76+109+3=188 (24% of max value = 765). Red value is 76 (30.08% from 255 or 40.43% from 188); Green value is 109 (42.97% from 255 or 57.98% from 188); Blue value is 3 (1.56% from 255 or 1.60% from 188); Max value from RGB is 109 - color contains mainly: green. Hex color #4C6D03 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4C6D03 is #B392FC. Grayscale: #575757. Windows color (decimal): -11768573 or 224588. OLE color: 224588.
HSL color Cylindrical-coordinate representation of color #4C6D03: hue angle of 78.68º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4C6D03 is Cyan = 0.30, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 76 | 109 | 3 | - |
| CMYK | 0.30 | 0 | 0.97 | 0.57 |
| HSL | 78.68º | 0.95% | 0.22% | - |
| HSV(B) | 78.68º | 0.97% | 0.43% | - |
| XYZ | 8.47 | 12.48 | 2.05 | - |
| YUV | 87.05 | 80.57 | 120.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 109 | 3 | 0.30 | 0 | 0.97 | 0.57 | 78.68 | 0.95 | 0.22 |
| Hex | 4C | 6D | 3 | 1E | 0 | 61 | 39 | 4F | 5F | 16 |
| Octal | 114 | 155 | 3 | 36 | 0 | 141 | 71 | 117 | 137 | 26 |
| Binary | 1001100 | 1101101 | 11 | 11110 | 0 | 1100001 | 111001 | 1001111 | 1011111 | 10110 |
Color Harmonies of #4C6D03
Complementary color
Monochromatic Colors of #4C6D03
Black with #4C6D03
Text Example
Text Example
White with #4C6D03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C6D03; }
p { color: rgb(76,109,3); }
H1.HeaderClassName
{
color: #4C6D03;
}
.AnyTagClassName
{
color: #4C6D03;
}
</style>
background-color css
<style>
a { background-color: #4C6D03; }
a { background-color: rgb(76,109,3); }
div.DivClassName
{
background-color: #4C6D03;
}
.BgClassName
{
background-color: #4C6D03;
}
</style>
border-color css
<style>
span { border-color: #4C6D03; }
span { border-color: rgb(76,109,3); }
td.TdClassName
{
border-color: #4C6D03;
}
.TagClassName
{
border-color: #4C6D03;
}
</style>