Shades of Dell #4D7134
Tints of Dell #4D7134
RGB
CMYK
RGB Variations
Color information
#4D7134 (or 0x4D7134) is known color: Dell. HEX triplet: 4D, 71 and 34. RGB value is (77,113,52). Sum of RGB (Red+Green+Blue) = 77+113+52=242 (32% of max value = 765). Red value is 77 (30.47% from 255 or 31.82% from 242); Green value is 113 (44.53% from 255 or 46.69% from 242); Blue value is 52 (20.70% from 255 or 21.49% from 242); Max value from RGB is 113 - color contains mainly: green. Hex color #4D7134 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D7134 is #B28ECB. Grayscale: #5F5F5F. Windows color (decimal): -11701964 or 3436877. OLE color: 3436877.
HSL color Cylindrical-coordinate representation of color #4D7134: hue angle of 95.41º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4D7134 is Cyan = 0.32, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 77 | 113 | 52 | - |
| CMYK | 0.32 | 0 | 0.54 | 0.56 |
| HSL | 95.41º | 0.37% | 0.32% | - |
| HSV(B) | 95.41º | 0.54% | 0.44% | - |
| XYZ | 9.59 | 13.64 | 5.38 | - |
| YUV | 95.28 | 103.57 | 114.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 113 | 52 | 0.32 | 0 | 0.54 | 0.56 | 95.41 | 0.37 | 0.32 |
| Hex | 4D | 71 | 34 | 20 | 0 | 36 | 38 | 5F | 25 | 20 |
| Octal | 115 | 161 | 64 | 40 | 0 | 66 | 70 | 137 | 45 | 40 |
| Binary | 1001101 | 1110001 | 110100 | 100000 | 0 | 110110 | 111000 | 1011111 | 100101 | 100000 |
Color Harmonies of #4D7134
Complementary color
Monochromatic Colors of #4D7134
Black with #4D7134
Text Example
Text Example
White with #4D7134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D7134; }
p { color: rgb(77,113,52); }
H1.HeaderClassName
{
color: #4D7134;
}
.AnyTagClassName
{
color: #4D7134;
}
</style>
background-color css
<style>
a { background-color: #4D7134; }
a { background-color: rgb(77,113,52); }
div.DivClassName
{
background-color: #4D7134;
}
.BgClassName
{
background-color: #4D7134;
}
</style>
border-color css
<style>
span { border-color: #4D7134; }
span { border-color: rgb(77,113,52); }
td.TdClassName
{
border-color: #4D7134;
}
.TagClassName
{
border-color: #4D7134;
}
</style>