Shades of Verdun Green #4B7002
Tints of Verdun Green #4B7002
RGB
CMYK
RGB Variations
Color information
#4B7002 (or 0x4B7002) is known color: Verdun Green. HEX triplet: 4B, 70 and 02. RGB value is (75,112,2). Sum of RGB (Red+Green+Blue) = 75+112+2=189 (25% of max value = 765). Red value is 75 (29.69% from 255 or 39.68% from 189); Green value is 112 (44.14% from 255 or 59.26% from 189); Blue value is 2 (1.17% from 255 or 1.06% from 189); Max value from RGB is 112 - color contains mainly: green. Hex color #4B7002 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4B7002 is #B48FFD. Grayscale: #585858. Windows color (decimal): -11833342 or 159819. OLE color: 159819.
HSL color Cylindrical-coordinate representation of color #4B7002: hue angle of 80.18º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4B7002 is Cyan = 0.33, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 75 | 112 | 2 | - |
| CMYK | 0.33 | 0 | 0.98 | 0.56 |
| HSL | 80.18º | 0.96% | 0.22% | - |
| HSV(B) | 80.18º | 0.98% | 0.44% | - |
| XYZ | 8.71 | 13.09 | 2.12 | - |
| YUV | 88.4 | 79.24 | 118.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 112 | 2 | 0.33 | 0 | 0.98 | 0.56 | 80.18 | 0.96 | 0.22 |
| Hex | 4B | 70 | 2 | 21 | 0 | 62 | 38 | 50 | 60 | 16 |
| Octal | 113 | 160 | 2 | 41 | 0 | 142 | 70 | 120 | 140 | 26 |
| Binary | 1001011 | 1110000 | 10 | 100001 | 0 | 1100010 | 111000 | 1010000 | 1100000 | 10110 |
Color Harmonies of #4B7002
Complementary color
Monochromatic Colors of #4B7002
Black with #4B7002
Text Example
Text Example
White with #4B7002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B7002; }
p { color: rgb(75,112,2); }
H1.HeaderClassName
{
color: #4B7002;
}
.AnyTagClassName
{
color: #4B7002;
}
</style>
background-color css
<style>
a { background-color: #4B7002; }
a { background-color: rgb(75,112,2); }
div.DivClassName
{
background-color: #4B7002;
}
.BgClassName
{
background-color: #4B7002;
}
</style>
border-color css
<style>
span { border-color: #4B7002; }
span { border-color: rgb(75,112,2); }
td.TdClassName
{
border-color: #4B7002;
}
.TagClassName
{
border-color: #4B7002;
}
</style>