Shades of Verdun Green #4C5102
Tints of Verdun Green #4C5102
RGB
CMYK
RGB Variations
Color information
#4C5102 (or 0x4C5102) is known color: Verdun Green. HEX triplet: 4C, 51 and 02. RGB value is (76,81,2). Sum of RGB (Red+Green+Blue) = 76+81+2=159 (21% of max value = 765). Red value is 76 (30.08% from 255 or 47.80% from 159); Green value is 81 (32.03% from 255 or 50.94% from 159); Blue value is 2 (1.17% from 255 or 1.26% from 159); Max value from RGB is 81 - color contains mainly: green. Hex color #4C5102 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4C5102 is #B3AEFD. Grayscale: #464646. Windows color (decimal): -11775742 or 151884. OLE color: 151884.
HSL color Cylindrical-coordinate representation of color #4C5102: hue angle of 63.8º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4C5102 is Cyan = 0.06, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 76 | 81 | 2 | - |
| CMYK | 0.06 | 0 | 0.98 | 0.68 |
| HSL | 63.8º | 0.95% | 0.16% | - |
| HSV(B) | 63.8º | 0.98% | 0.32% | - |
| XYZ | 5.93 | 7.43 | 1.18 | - |
| YUV | 70.5 | 89.34 | 131.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 81 | 2 | 0.06 | 0 | 0.98 | 0.68 | 63.8 | 0.95 | 0.16 |
| Hex | 4C | 51 | 2 | 6 | 0 | 62 | 44 | 40 | 5F | 10 |
| Octal | 114 | 121 | 2 | 6 | 0 | 142 | 104 | 100 | 137 | 20 |
| Binary | 1001100 | 1010001 | 10 | 110 | 0 | 1100010 | 1000100 | 1000000 | 1011111 | 10000 |
Color Harmonies of #4C5102
Complementary color
Monochromatic Colors of #4C5102
Black with #4C5102
Text Example
Text Example
White with #4C5102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C5102; }
p { color: rgb(76,81,2); }
H1.HeaderClassName
{
color: #4C5102;
}
.AnyTagClassName
{
color: #4C5102;
}
</style>
background-color css
<style>
a { background-color: #4C5102; }
a { background-color: rgb(76,81,2); }
div.DivClassName
{
background-color: #4C5102;
}
.BgClassName
{
background-color: #4C5102;
}
</style>
border-color css
<style>
span { border-color: #4C5102; }
span { border-color: rgb(76,81,2); }
td.TdClassName
{
border-color: #4C5102;
}
.TagClassName
{
border-color: #4C5102;
}
</style>