Shades of Verdun Green #4B7108
Tints of Verdun Green #4B7108
RGB
CMYK
RGB Variations
Color information
#4B7108 (or 0x4B7108) is known color: Verdun Green. HEX triplet: 4B, 71 and 08. RGB value is (75,113,8). Sum of RGB (Red+Green+Blue) = 75+113+8=196 (25% of max value = 765). Red value is 75 (29.69% from 255 or 38.27% from 196); Green value is 113 (44.53% from 255 or 57.65% from 196); Blue value is 8 (3.52% from 255 or 4.08% from 196); Max value from RGB is 113 - color contains mainly: green. Hex color #4B7108 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4B7108 is #B48EF7. Grayscale: #5A5A5A. Windows color (decimal): -11833080 or 553291. OLE color: 553291.
HSL color Cylindrical-coordinate representation of color #4B7108: hue angle of 81.71º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4B7108 is Cyan = 0.34, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 75 | 113 | 8 | - |
| CMYK | 0.34 | 0 | 0.93 | 0.56 |
| HSL | 81.71º | 0.87% | 0.24% | - |
| HSV(B) | 81.71º | 0.93% | 0.44% | - |
| XYZ | 8.85 | 13.32 | 2.33 | - |
| YUV | 89.67 | 81.91 | 117.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 113 | 8 | 0.34 | 0 | 0.93 | 0.56 | 81.71 | 0.87 | 0.24 |
| Hex | 4B | 71 | 8 | 22 | 0 | 5D | 38 | 52 | 57 | 18 |
| Octal | 113 | 161 | 10 | 42 | 0 | 135 | 70 | 122 | 127 | 30 |
| Binary | 1001011 | 1110001 | 1000 | 100010 | 0 | 1011101 | 111000 | 1010010 | 1010111 | 11000 |
Color Harmonies of #4B7108
Complementary color
Monochromatic Colors of #4B7108
Black with #4B7108
Text Example
Text Example
White with #4B7108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B7108; }
p { color: rgb(75,113,8); }
H1.HeaderClassName
{
color: #4B7108;
}
.AnyTagClassName
{
color: #4B7108;
}
</style>
background-color css
<style>
a { background-color: #4B7108; }
a { background-color: rgb(75,113,8); }
div.DivClassName
{
background-color: #4B7108;
}
.BgClassName
{
background-color: #4B7108;
}
</style>
border-color css
<style>
span { border-color: #4B7108; }
span { border-color: rgb(75,113,8); }
td.TdClassName
{
border-color: #4B7108;
}
.TagClassName
{
border-color: #4B7108;
}
</style>