Shades of Verdun Green #4C5802
Tints of Verdun Green #4C5802
RGB
CMYK
RGB Variations
Color information
#4C5802 (or 0x4C5802) is known color: Verdun Green. HEX triplet: 4C, 58 and 02. RGB value is (76,88,2). Sum of RGB (Red+Green+Blue) = 76+88+2=166 (21% of max value = 765). Red value is 76 (30.08% from 255 or 45.78% from 166); Green value is 88 (34.77% from 255 or 53.01% from 166); Blue value is 2 (1.17% from 255 or 1.20% from 166); Max value from RGB is 88 - color contains mainly: green. Hex color #4C5802 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4C5802 is #B3A7FD. Grayscale: #4A4A4A. Windows color (decimal): -11773950 or 153676. OLE color: 153676.
HSL color Cylindrical-coordinate representation of color #4C5802: hue angle of 68.37º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4C5802 is Cyan = 0.14, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 76 | 88 | 2 | - |
| CMYK | 0.14 | 0 | 0.98 | 0.65 |
| HSL | 68.37º | 0.96% | 0.18% | - |
| HSV(B) | 68.37º | 0.98% | 0.35% | - |
| XYZ | 6.48 | 8.52 | 1.36 | - |
| YUV | 74.61 | 87.02 | 128.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 88 | 2 | 0.14 | 0 | 0.98 | 0.65 | 68.37 | 0.96 | 0.18 |
| Hex | 4C | 58 | 2 | E | 0 | 62 | 41 | 44 | 60 | 12 |
| Octal | 114 | 130 | 2 | 16 | 0 | 142 | 101 | 104 | 140 | 22 |
| Binary | 1001100 | 1011000 | 10 | 1110 | 0 | 1100010 | 1000001 | 1000100 | 1100000 | 10010 |
Color Harmonies of #4C5802
Complementary color
Monochromatic Colors of #4C5802
Black with #4C5802
Text Example
Text Example
White with #4C5802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C5802; }
p { color: rgb(76,88,2); }
H1.HeaderClassName
{
color: #4C5802;
}
.AnyTagClassName
{
color: #4C5802;
}
</style>
background-color css
<style>
a { background-color: #4C5802; }
a { background-color: rgb(76,88,2); }
div.DivClassName
{
background-color: #4C5802;
}
.BgClassName
{
background-color: #4C5802;
}
</style>
border-color css
<style>
span { border-color: #4C5802; }
span { border-color: rgb(76,88,2); }
td.TdClassName
{
border-color: #4C5802;
}
.TagClassName
{
border-color: #4C5802;
}
</style>