Shades of Dell #4B7133
Tints of Dell #4B7133
RGB
CMYK
RGB Variations
Color information
#4B7133 (or 0x4B7133) is known color: Dell. HEX triplet: 4B, 71 and 33. RGB value is (75,113,51). Sum of RGB (Red+Green+Blue) = 75+113+51=239 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.38% from 239); Green value is 113 (44.53% from 255 or 47.28% from 239); Blue value is 51 (20.31% from 255 or 21.34% from 239); Max value from RGB is 113 - color contains mainly: green. Hex color #4B7133 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B7133 is #B48ECC. Grayscale: #5E5E5E. Windows color (decimal): -11833037 or 3371339. OLE color: 3371339.
HSL color Cylindrical-coordinate representation of color #4B7133: hue angle of 96.77º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4B7133 is Cyan = 0.34, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 75 | 113 | 51 | - |
| CMYK | 0.34 | 0 | 0.55 | 0.56 |
| HSL | 96.77º | 0.38% | 0.32% | - |
| HSV(B) | 96.77º | 0.55% | 0.44% | - |
| XYZ | 9.4 | 13.55 | 5.25 | - |
| YUV | 94.57 | 103.41 | 114.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 113 | 51 | 0.34 | 0 | 0.55 | 0.56 | 96.77 | 0.38 | 0.32 |
| Hex | 4B | 71 | 33 | 22 | 0 | 37 | 38 | 61 | 26 | 20 |
| Octal | 113 | 161 | 63 | 42 | 0 | 67 | 70 | 141 | 46 | 40 |
| Binary | 1001011 | 1110001 | 110011 | 100010 | 0 | 110111 | 111000 | 1100001 | 100110 | 100000 |
Color Harmonies of #4B7133
Complementary color
Monochromatic Colors of #4B7133
Black with #4B7133
Text Example
Text Example
White with #4B7133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B7133; }
p { color: rgb(75,113,51); }
H1.HeaderClassName
{
color: #4B7133;
}
.AnyTagClassName
{
color: #4B7133;
}
</style>
background-color css
<style>
a { background-color: #4B7133; }
a { background-color: rgb(75,113,51); }
div.DivClassName
{
background-color: #4B7133;
}
.BgClassName
{
background-color: #4B7133;
}
</style>
border-color css
<style>
span { border-color: #4B7133; }
span { border-color: rgb(75,113,51); }
td.TdClassName
{
border-color: #4B7133;
}
.TagClassName
{
border-color: #4B7133;
}
</style>