Shades of Verdun Green #4B4C14
Tints of Verdun Green #4B4C14
RGB
CMYK
RGB Variations
Color information
#4B4C14 (or 0x4B4C14) is known color: Verdun Green. HEX triplet: 4B, 4C and 14. RGB value is (75,76,20). Sum of RGB (Red+Green+Blue) = 75+76+20=171 (22% of max value = 765). Red value is 75 (29.69% from 255 or 43.86% from 171); Green value is 76 (30.08% from 255 or 44.44% from 171); Blue value is 20 (8.20% from 255 or 11.70% from 171); Max value from RGB is 76 - color contains mainly: green. Hex color #4B4C14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B4C14 is #B4B3EB. Grayscale: #454545. Windows color (decimal): -11842540 or 1330251. OLE color: 1330251.
HSL color Cylindrical-coordinate representation of color #4B4C14: hue angle of 61.07º degrees, saturation: 0.58, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4B4C14 is Cyan = 0.01, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 75 | 76 | 20 | - |
| CMYK | 0.01 | 0 | 0.74 | 0.70 |
| HSL | 61.07º | 0.58% | 0.19% | - |
| HSV(B) | 61.07º | 0.74% | 0.3% | - |
| XYZ | 5.61 | 6.72 | 1.66 | - |
| YUV | 69.32 | 100.17 | 132.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 76 | 20 | 0.01 | 0 | 0.74 | 0.70 | 61.07 | 0.58 | 0.19 |
| Hex | 4B | 4C | 14 | 1 | 0 | 4A | 46 | 3D | 3A | 13 |
| Octal | 113 | 114 | 24 | 1 | 0 | 112 | 106 | 75 | 72 | 23 |
| Binary | 1001011 | 1001100 | 10100 | 1 | 0 | 1001010 | 1000110 | 111101 | 111010 | 10011 |
Color Harmonies of #4B4C14
Complementary color
Monochromatic Colors of #4B4C14
Black with #4B4C14
Text Example
Text Example
White with #4B4C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B4C14; }
p { color: rgb(75,76,20); }
H1.HeaderClassName
{
color: #4B4C14;
}
.AnyTagClassName
{
color: #4B4C14;
}
</style>
background-color css
<style>
a { background-color: #4B4C14; }
a { background-color: rgb(75,76,20); }
div.DivClassName
{
background-color: #4B4C14;
}
.BgClassName
{
background-color: #4B4C14;
}
</style>
border-color css
<style>
span { border-color: #4B4C14; }
span { border-color: rgb(75,76,20); }
td.TdClassName
{
border-color: #4B4C14;
}
.TagClassName
{
border-color: #4B4C14;
}
</style>