Shades of Verdun Green #4C5305
Tints of Verdun Green #4C5305
RGB
CMYK
RGB Variations
Color information
#4C5305 (or 0x4C5305) is known color: Verdun Green. HEX triplet: 4C, 53 and 05. RGB value is (76,83,5). Sum of RGB (Red+Green+Blue) = 76+83+5=164 (21% of max value = 765). Red value is 76 (30.08% from 255 or 46.34% from 164); Green value is 83 (32.81% from 255 or 50.61% from 164); Blue value is 5 (2.34% from 255 or 3.05% from 164); Max value from RGB is 83 - color contains mainly: green. Hex color #4C5305 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4C5305 is #B3ACFA. Grayscale: #484848. Windows color (decimal): -11775227 or 349004. OLE color: 349004.
HSL color Cylindrical-coordinate representation of color #4C5305: hue angle of 65.38º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4C5305 is Cyan = 0.08, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 76 | 83 | 5 | - |
| CMYK | 0.08 | 0 | 0.94 | 0.67 |
| HSL | 65.38º | 0.89% | 0.17% | - |
| HSV(B) | 65.38º | 0.94% | 0.33% | - |
| XYZ | 6.1 | 7.73 | 1.31 | - |
| YUV | 72.02 | 90.18 | 130.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 83 | 5 | 0.08 | 0 | 0.94 | 0.67 | 65.38 | 0.89 | 0.17 |
| Hex | 4C | 53 | 5 | 8 | 0 | 5E | 43 | 41 | 59 | 11 |
| Octal | 114 | 123 | 5 | 10 | 0 | 136 | 103 | 101 | 131 | 21 |
| Binary | 1001100 | 1010011 | 101 | 1000 | 0 | 1011110 | 1000011 | 1000001 | 1011001 | 10001 |
Color Harmonies of #4C5305
Complementary color
Monochromatic Colors of #4C5305
Black with #4C5305
Text Example
Text Example
White with #4C5305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C5305; }
p { color: rgb(76,83,5); }
H1.HeaderClassName
{
color: #4C5305;
}
.AnyTagClassName
{
color: #4C5305;
}
</style>
background-color css
<style>
a { background-color: #4C5305; }
a { background-color: rgb(76,83,5); }
div.DivClassName
{
background-color: #4C5305;
}
.BgClassName
{
background-color: #4C5305;
}
</style>
border-color css
<style>
span { border-color: #4C5305; }
span { border-color: rgb(76,83,5); }
td.TdClassName
{
border-color: #4C5305;
}
.TagClassName
{
border-color: #4C5305;
}
</style>