Shades of Verdun Green #4C5302
Tints of Verdun Green #4C5302
RGB
CMYK
RGB Variations
Color information
#4C5302 (or 0x4C5302) is known color: Verdun Green. HEX triplet: 4C, 53 and 02. RGB value is (76,83,2). Sum of RGB (Red+Green+Blue) = 76+83+2=161 (21% of max value = 765). Red value is 76 (30.08% from 255 or 47.20% from 161); Green value is 83 (32.81% from 255 or 51.55% from 161); Blue value is 2 (1.17% from 255 or 1.24% from 161); Max value from RGB is 83 - color contains mainly: green. Hex color #4C5302 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4C5302 is #B3ACFD. Grayscale: #474747. Windows color (decimal): -11775230 or 152396. OLE color: 152396.
HSL color Cylindrical-coordinate representation of color #4C5302: hue angle of 65.19º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4C5302 is Cyan = 0.08, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 76 | 83 | 2 | - |
| CMYK | 0.08 | 0 | 0.98 | 0.67 |
| HSL | 65.19º | 0.95% | 0.17% | - |
| HSV(B) | 65.19º | 0.98% | 0.33% | - |
| XYZ | 6.08 | 7.73 | 1.23 | - |
| YUV | 71.67 | 88.68 | 131.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 83 | 2 | 0.08 | 0 | 0.98 | 0.67 | 65.19 | 0.95 | 0.17 |
| Hex | 4C | 53 | 2 | 8 | 0 | 62 | 43 | 41 | 5F | 11 |
| Octal | 114 | 123 | 2 | 10 | 0 | 142 | 103 | 101 | 137 | 21 |
| Binary | 1001100 | 1010011 | 10 | 1000 | 0 | 1100010 | 1000011 | 1000001 | 1011111 | 10001 |
Color Harmonies of #4C5302
Complementary color
Monochromatic Colors of #4C5302
Black with #4C5302
Text Example
Text Example
White with #4C5302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C5302; }
p { color: rgb(76,83,2); }
H1.HeaderClassName
{
color: #4C5302;
}
.AnyTagClassName
{
color: #4C5302;
}
</style>
background-color css
<style>
a { background-color: #4C5302; }
a { background-color: rgb(76,83,2); }
div.DivClassName
{
background-color: #4C5302;
}
.BgClassName
{
background-color: #4C5302;
}
</style>
border-color css
<style>
span { border-color: #4C5302; }
span { border-color: rgb(76,83,2); }
td.TdClassName
{
border-color: #4C5302;
}
.TagClassName
{
border-color: #4C5302;
}
</style>