Shades of Verdun Green #4B6E01
Tints of Verdun Green #4B6E01
RGB
CMYK
RGB Variations
Color information
#4B6E01 (or 0x4B6E01) is known color: Verdun Green. HEX triplet: 4B, 6E and 01. RGB value is (75,110,1). Sum of RGB (Red+Green+Blue) = 75+110+1=186 (24% of max value = 765). Red value is 75 (29.69% from 255 or 40.32% from 186); Green value is 110 (43.36% from 255 or 59.14% from 186); Blue value is 1 (0.78% from 255 or 0.54% from 186); Max value from RGB is 110 - color contains mainly: green. Hex color #4B6E01 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4B6E01 is #B491FE. Grayscale: #575757. Windows color (decimal): -11833855 or 93771. OLE color: 93771.
HSL color Cylindrical-coordinate representation of color #4B6E01: hue angle of 79.27º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4B6E01 is Cyan = 0.32, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 75 | 110 | 1 | - |
| CMYK | 0.32 | 0 | 0.99 | 0.57 |
| HSL | 79.27º | 0.98% | 0.22% | - |
| HSV(B) | 79.27º | 0.99% | 0.43% | - |
| XYZ | 8.48 | 12.65 | 2.02 | - |
| YUV | 87.11 | 79.4 | 119.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 110 | 1 | 0.32 | 0 | 0.99 | 0.57 | 79.27 | 0.98 | 0.22 |
| Hex | 4B | 6E | 1 | 20 | 0 | 63 | 39 | 4F | 62 | 16 |
| Octal | 113 | 156 | 1 | 40 | 0 | 143 | 71 | 117 | 142 | 26 |
| Binary | 1001011 | 1101110 | 1 | 100000 | 0 | 1100011 | 111001 | 1001111 | 1100010 | 10110 |
Color Harmonies of #4B6E01
Complementary color
Monochromatic Colors of #4B6E01
Black with #4B6E01
Text Example
Text Example
White with #4B6E01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B6E01; }
p { color: rgb(75,110,1); }
H1.HeaderClassName
{
color: #4B6E01;
}
.AnyTagClassName
{
color: #4B6E01;
}
</style>
background-color css
<style>
a { background-color: #4B6E01; }
a { background-color: rgb(75,110,1); }
div.DivClassName
{
background-color: #4B6E01;
}
.BgClassName
{
background-color: #4B6E01;
}
</style>
border-color css
<style>
span { border-color: #4B6E01; }
span { border-color: rgb(75,110,1); }
td.TdClassName
{
border-color: #4B6E01;
}
.TagClassName
{
border-color: #4B6E01;
}
</style>