Shades of Verdun Green #4B5B10
Tints of Verdun Green #4B5B10
RGB
CMYK
RGB Variations
Color information
#4B5B10 (or 0x4B5B10) is known color: Verdun Green. HEX triplet: 4B, 5B and 10. RGB value is (75,91,16). Sum of RGB (Red+Green+Blue) = 75+91+16=182 (24% of max value = 765). Red value is 75 (29.69% from 255 or 41.21% from 182); Green value is 91 (35.94% from 255 or 50% from 182); Blue value is 16 (6.64% from 255 or 8.79% from 182); Max value from RGB is 91 - color contains mainly: green. Hex color #4B5B10 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4B5B10 is #B4A4EF. Grayscale: #4D4D4D. Windows color (decimal): -11838704 or 1071947. OLE color: 1071947.
HSL color Cylindrical-coordinate representation of color #4B5B10: hue angle of 72.8º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4B5B10 is Cyan = 0.18, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 75 | 91 | 16 | - |
| CMYK | 0.18 | 0 | 0.82 | 0.64 |
| HSL | 72.8º | 0.7% | 0.21% | - |
| HSV(B) | 72.8º | 0.82% | 0.36% | - |
| XYZ | 6.74 | 9.02 | 1.88 | - |
| YUV | 77.67 | 93.2 | 126.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 91 | 16 | 0.18 | 0 | 0.82 | 0.64 | 72.8 | 0.7 | 0.21 |
| Hex | 4B | 5B | 10 | 12 | 0 | 52 | 40 | 49 | 46 | 15 |
| Octal | 113 | 133 | 20 | 22 | 0 | 122 | 100 | 111 | 106 | 25 |
| Binary | 1001011 | 1011011 | 10000 | 10010 | 0 | 1010010 | 1000000 | 1001001 | 1000110 | 10101 |
Color Harmonies of #4B5B10
Complementary color
Monochromatic Colors of #4B5B10
Black with #4B5B10
Text Example
Text Example
White with #4B5B10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B5B10; }
p { color: rgb(75,91,16); }
H1.HeaderClassName
{
color: #4B5B10;
}
.AnyTagClassName
{
color: #4B5B10;
}
</style>
background-color css
<style>
a { background-color: #4B5B10; }
a { background-color: rgb(75,91,16); }
div.DivClassName
{
background-color: #4B5B10;
}
.BgClassName
{
background-color: #4B5B10;
}
</style>
border-color css
<style>
span { border-color: #4B5B10; }
span { border-color: rgb(75,91,16); }
td.TdClassName
{
border-color: #4B5B10;
}
.TagClassName
{
border-color: #4B5B10;
}
</style>