Shades of Verdun Green #4B4912
Tints of Verdun Green #4B4912
RGB
CMYK
RGB Variations
Color information
#4B4912 (or 0x4B4912) is known color: Verdun Green. HEX triplet: 4B, 49 and 12. RGB value is (75,73,18). Sum of RGB (Red+Green+Blue) = 75+73+18=166 (21% of max value = 765). Red value is 75 (29.69% from 255 or 45.18% from 166); Green value is 73 (28.91% from 255 or 43.98% from 166); Blue value is 18 (7.42% from 255 or 10.84% from 166); Max value from RGB is 75 - color contains mainly: red. Hex color #4B4912 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B4912 is #B4B6ED. Grayscale: #434343. Windows color (decimal): -11843310 or 1198411. OLE color: 1198411.
HSL color Cylindrical-coordinate representation of color #4B4912: hue angle of 57.89º degrees, saturation: 0.61, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4B4912 is Cyan = 0, Magento = 0.03, Yellow = 0.76 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 73 | 18 | - |
| CMYK | 0 | 0.03 | 0.76 | 0.71 |
| HSL | 57.89º | 0.61% | 0.18% | - |
| HSV(B) | 57.89º | 0.76% | 0.29% | - |
| XYZ | 5.39 | 6.3 | 1.5 | - |
| YUV | 67.33 | 100.16 | 133.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 73 | 18 | 0 | 0.03 | 0.76 | 0.71 | 57.89 | 0.61 | 0.18 |
| Hex | 4B | 49 | 12 | 0 | 3 | 4C | 47 | 3A | 3D | 12 |
| Octal | 113 | 111 | 22 | 0 | 3 | 114 | 107 | 72 | 75 | 22 |
| Binary | 1001011 | 1001001 | 10010 | 0 | 11 | 1001100 | 1000111 | 111010 | 111101 | 10010 |
Color Harmonies of #4B4912
Complementary color
Monochromatic Colors of #4B4912
Black with #4B4912
Text Example
Text Example
White with #4B4912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B4912; }
p { color: rgb(75,73,18); }
H1.HeaderClassName
{
color: #4B4912;
}
.AnyTagClassName
{
color: #4B4912;
}
</style>
background-color css
<style>
a { background-color: #4B4912; }
a { background-color: rgb(75,73,18); }
div.DivClassName
{
background-color: #4B4912;
}
.BgClassName
{
background-color: #4B4912;
}
</style>
border-color css
<style>
span { border-color: #4B4912; }
span { border-color: rgb(75,73,18); }
td.TdClassName
{
border-color: #4B4912;
}
.TagClassName
{
border-color: #4B4912;
}
</style>