Shades of Verdun Green #4C5306
Tints of Verdun Green #4C5306
RGB
CMYK
RGB Variations
Color information
#4C5306 (or 0x4C5306) is known color: Verdun Green. HEX triplet: 4C, 53 and 06. RGB value is (76,83,6). Sum of RGB (Red+Green+Blue) = 76+83+6=165 (21% of max value = 765). Red value is 76 (30.08% from 255 or 46.06% from 165); Green value is 83 (32.81% from 255 or 50.30% from 165); Blue value is 6 (2.73% from 255 or 3.64% from 165); Max value from RGB is 83 - color contains mainly: green. Hex color #4C5306 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4C5306 is #B3ACF9. Grayscale: #484848. Windows color (decimal): -11775226 or 414540. OLE color: 414540.
HSL color Cylindrical-coordinate representation of color #4C5306: hue angle of 65.45º degrees, saturation: 0.87, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4C5306 is Cyan = 0.08, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 76 | 83 | 6 | - |
| CMYK | 0.08 | 0 | 0.93 | 0.67 |
| HSL | 65.45º | 0.87% | 0.17% | - |
| HSV(B) | 65.45º | 0.93% | 0.33% | - |
| XYZ | 6.11 | 7.74 | 1.34 | - |
| YUV | 72.13 | 90.68 | 130.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 83 | 6 | 0.08 | 0 | 0.93 | 0.67 | 65.45 | 0.87 | 0.17 |
| Hex | 4C | 53 | 6 | 8 | 0 | 5D | 43 | 41 | 57 | 11 |
| Octal | 114 | 123 | 6 | 10 | 0 | 135 | 103 | 101 | 127 | 21 |
| Binary | 1001100 | 1010011 | 110 | 1000 | 0 | 1011101 | 1000011 | 1000001 | 1010111 | 10001 |
Color Harmonies of #4C5306
Complementary color
Monochromatic Colors of #4C5306
Black with #4C5306
Text Example
Text Example
White with #4C5306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C5306; }
p { color: rgb(76,83,6); }
H1.HeaderClassName
{
color: #4C5306;
}
.AnyTagClassName
{
color: #4C5306;
}
</style>
background-color css
<style>
a { background-color: #4C5306; }
a { background-color: rgb(76,83,6); }
div.DivClassName
{
background-color: #4C5306;
}
.BgClassName
{
background-color: #4C5306;
}
</style>
border-color css
<style>
span { border-color: #4C5306; }
span { border-color: rgb(76,83,6); }
td.TdClassName
{
border-color: #4C5306;
}
.TagClassName
{
border-color: #4C5306;
}
</style>