Shades of Verdun Green #4C520F
Tints of Verdun Green #4C520F
RGB
CMYK
RGB Variations
Color information
#4C520F (or 0x4C520F) is known color: Verdun Green. HEX triplet: 4C, 52 and 0F. RGB value is (76,82,15). Sum of RGB (Red+Green+Blue) = 76+82+15=173 (22% of max value = 765). Red value is 76 (30.08% from 255 or 43.93% from 173); Green value is 82 (32.42% from 255 or 47.40% from 173); Blue value is 15 (6.25% from 255 or 8.67% from 173); Max value from RGB is 82 - color contains mainly: green. Hex color #4C520F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4C520F is #B3ADF0. Grayscale: #484848. Windows color (decimal): -11775473 or 1004108. OLE color: 1004108.
HSL color Cylindrical-coordinate representation of color #4C520F: hue angle of 65.37º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4C520F is Cyan = 0.07, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 76 | 82 | 15 | - |
| CMYK | 0.07 | 0 | 0.82 | 0.68 |
| HSL | 65.37º | 0.69% | 0.19% | - |
| HSV(B) | 65.37º | 0.82% | 0.32% | - |
| XYZ | 6.08 | 7.61 | 1.6 | - |
| YUV | 72.57 | 95.51 | 130.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 82 | 15 | 0.07 | 0 | 0.82 | 0.68 | 65.37 | 0.69 | 0.19 |
| Hex | 4C | 52 | F | 7 | 0 | 52 | 44 | 41 | 45 | 13 |
| Octal | 114 | 122 | 17 | 7 | 0 | 122 | 104 | 101 | 105 | 23 |
| Binary | 1001100 | 1010010 | 1111 | 111 | 0 | 1010010 | 1000100 | 1000001 | 1000101 | 10011 |
Color Harmonies of #4C520F
Complementary color
Monochromatic Colors of #4C520F
Black with #4C520F
Text Example
Text Example
White with #4C520F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C520F; }
p { color: rgb(76,82,15); }
H1.HeaderClassName
{
color: #4C520F;
}
.AnyTagClassName
{
color: #4C520F;
}
</style>
background-color css
<style>
a { background-color: #4C520F; }
a { background-color: rgb(76,82,15); }
div.DivClassName
{
background-color: #4C520F;
}
.BgClassName
{
background-color: #4C520F;
}
</style>
border-color css
<style>
span { border-color: #4C520F; }
span { border-color: rgb(76,82,15); }
td.TdClassName
{
border-color: #4C520F;
}
.TagClassName
{
border-color: #4C520F;
}
</style>