Shades of Verdun Green #4C530D
Tints of Verdun Green #4C530D
RGB
CMYK
RGB Variations
Color information
#4C530D (or 0x4C530D) is known color: Verdun Green. HEX triplet: 4C, 53 and 0D. RGB value is (76,83,13). Sum of RGB (Red+Green+Blue) = 76+83+13=172 (22% of max value = 765). Red value is 76 (30.08% from 255 or 44.19% from 172); Green value is 83 (32.81% from 255 or 48.26% from 172); Blue value is 13 (5.47% from 255 or 7.56% from 172); Max value from RGB is 83 - color contains mainly: green. Hex color #4C530D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4C530D is #B3ACF2. Grayscale: #494949. Windows color (decimal): -11775219 or 873292. OLE color: 873292.
HSL color Cylindrical-coordinate representation of color #4C530D: hue angle of 66º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4C530D is Cyan = 0.08, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 76 | 83 | 13 | - |
| CMYK | 0.08 | 0 | 0.84 | 0.67 |
| HSL | 66º | 0.73% | 0.19% | - |
| HSV(B) | 66º | 0.84% | 0.33% | - |
| XYZ | 6.15 | 7.75 | 1.55 | - |
| YUV | 72.93 | 94.18 | 130.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 83 | 13 | 0.08 | 0 | 0.84 | 0.67 | 66 | 0.73 | 0.19 |
| Hex | 4C | 53 | D | 8 | 0 | 54 | 43 | 42 | 49 | 13 |
| Octal | 114 | 123 | 15 | 10 | 0 | 124 | 103 | 102 | 111 | 23 |
| Binary | 1001100 | 1010011 | 1101 | 1000 | 0 | 1010100 | 1000011 | 1000010 | 1001001 | 10011 |
Color Harmonies of #4C530D
Complementary color
Monochromatic Colors of #4C530D
Black with #4C530D
Text Example
Text Example
White with #4C530D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C530D; }
p { color: rgb(76,83,13); }
H1.HeaderClassName
{
color: #4C530D;
}
.AnyTagClassName
{
color: #4C530D;
}
</style>
background-color css
<style>
a { background-color: #4C530D; }
a { background-color: rgb(76,83,13); }
div.DivClassName
{
background-color: #4C530D;
}
.BgClassName
{
background-color: #4C530D;
}
</style>
border-color css
<style>
span { border-color: #4C530D; }
span { border-color: rgb(76,83,13); }
td.TdClassName
{
border-color: #4C530D;
}
.TagClassName
{
border-color: #4C530D;
}
</style>