Shades of Verdun Green #4B5B11
Tints of Verdun Green #4B5B11
RGB
CMYK
RGB Variations
Color information
#4B5B11 (or 0x4B5B11) is known color: Verdun Green. HEX triplet: 4B, 5B and 11. RGB value is (75,91,17). Sum of RGB (Red+Green+Blue) = 75+91+17=183 (24% of max value = 765). Red value is 75 (29.69% from 255 or 40.98% from 183); Green value is 91 (35.94% from 255 or 49.73% from 183); Blue value is 17 (7.03% from 255 or 9.29% from 183); Max value from RGB is 91 - color contains mainly: green. Hex color #4B5B11 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4B5B11 is #B4A4EE. Grayscale: #4E4E4E. Windows color (decimal): -11838703 or 1137483. OLE color: 1137483.
HSL color Cylindrical-coordinate representation of color #4B5B11: hue angle of 72.97º degrees, saturation: 0.69, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4B5B11 is Cyan = 0.18, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 75 | 91 | 17 | - |
| CMYK | 0.18 | 0 | 0.81 | 0.64 |
| HSL | 72.97º | 0.69% | 0.21% | - |
| HSV(B) | 72.97º | 0.81% | 0.36% | - |
| XYZ | 6.74 | 9.02 | 1.92 | - |
| YUV | 77.78 | 93.7 | 126.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 91 | 17 | 0.18 | 0 | 0.81 | 0.64 | 72.97 | 0.69 | 0.21 |
| Hex | 4B | 5B | 11 | 12 | 0 | 51 | 40 | 49 | 45 | 15 |
| Octal | 113 | 133 | 21 | 22 | 0 | 121 | 100 | 111 | 105 | 25 |
| Binary | 1001011 | 1011011 | 10001 | 10010 | 0 | 1010001 | 1000000 | 1001001 | 1000101 | 10101 |
Color Harmonies of #4B5B11
Complementary color
Monochromatic Colors of #4B5B11
Black with #4B5B11
Text Example
Text Example
White with #4B5B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B5B11; }
p { color: rgb(75,91,17); }
H1.HeaderClassName
{
color: #4B5B11;
}
.AnyTagClassName
{
color: #4B5B11;
}
</style>
background-color css
<style>
a { background-color: #4B5B11; }
a { background-color: rgb(75,91,17); }
div.DivClassName
{
background-color: #4B5B11;
}
.BgClassName
{
background-color: #4B5B11;
}
</style>
border-color css
<style>
span { border-color: #4B5B11; }
span { border-color: rgb(75,91,17); }
td.TdClassName
{
border-color: #4B5B11;
}
.TagClassName
{
border-color: #4B5B11;
}
</style>