Shades of Verdun Green #4B5003
Tints of Verdun Green #4B5003
RGB
CMYK
RGB Variations
Color information
#4B5003 (or 0x4B5003) is known color: Verdun Green. HEX triplet: 4B, 50 and 03. RGB value is (75,80,3). Sum of RGB (Red+Green+Blue) = 75+80+3=158 (20% of max value = 765). Red value is 75 (29.69% from 255 or 47.47% from 158); Green value is 80 (31.64% from 255 or 50.63% from 158); Blue value is 3 (1.56% from 255 or 1.90% from 158); Max value from RGB is 80 - color contains mainly: green. Hex color #4B5003 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4B5003 is #B4AFFC. Grayscale: #464646. Windows color (decimal): -11841533 or 217163. OLE color: 217163.
HSL color Cylindrical-coordinate representation of color #4B5003: hue angle of 63.9º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4B5003 is Cyan = 0.06, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 75 | 80 | 3 | - |
| CMYK | 0.06 | 0 | 0.96 | 0.69 |
| HSL | 63.9º | 0.93% | 0.16% | - |
| HSV(B) | 63.9º | 0.96% | 0.31% | - |
| XYZ | 5.79 | 7.24 | 1.18 | - |
| YUV | 69.73 | 90.34 | 131.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 80 | 3 | 0.06 | 0 | 0.96 | 0.69 | 63.9 | 0.93 | 0.16 |
| Hex | 4B | 50 | 3 | 6 | 0 | 60 | 45 | 40 | 5D | 10 |
| Octal | 113 | 120 | 3 | 6 | 0 | 140 | 105 | 100 | 135 | 20 |
| Binary | 1001011 | 1010000 | 11 | 110 | 0 | 1100000 | 1000101 | 1000000 | 1011101 | 10000 |
Color Harmonies of #4B5003
Complementary color
Monochromatic Colors of #4B5003
Black with #4B5003
Text Example
Text Example
White with #4B5003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B5003; }
p { color: rgb(75,80,3); }
H1.HeaderClassName
{
color: #4B5003;
}
.AnyTagClassName
{
color: #4B5003;
}
</style>
background-color css
<style>
a { background-color: #4B5003; }
a { background-color: rgb(75,80,3); }
div.DivClassName
{
background-color: #4B5003;
}
.BgClassName
{
background-color: #4B5003;
}
</style>
border-color css
<style>
span { border-color: #4B5003; }
span { border-color: rgb(75,80,3); }
td.TdClassName
{
border-color: #4B5003;
}
.TagClassName
{
border-color: #4B5003;
}
</style>