Shades of Dell #4D752E
Tints of Dell #4D752E
RGB
CMYK
RGB Variations
Color information
#4D752E (or 0x4D752E) is known color: Dell. HEX triplet: 4D, 75 and 2E. RGB value is (77,117,46). Sum of RGB (Red+Green+Blue) = 77+117+46=240 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.08% from 240); Green value is 117 (46.09% from 255 or 48.75% from 240); Blue value is 46 (18.36% from 255 or 19.17% from 240); Max value from RGB is 117 - color contains mainly: green. Hex color #4D752E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D752E is #B28AD1. Grayscale: #616161. Windows color (decimal): -11700946 or 3044685. OLE color: 3044685.
HSL color Cylindrical-coordinate representation of color #4D752E: hue angle of 93.8º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4D752E is Cyan = 0.34, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 77 | 117 | 46 | - |
| CMYK | 0.34 | 0 | 0.61 | 0.54 |
| HSL | 93.8º | 0.44% | 0.32% | - |
| HSV(B) | 93.8º | 0.61% | 0.46% | - |
| XYZ | 9.92 | 14.5 | 4.86 | - |
| YUV | 96.95 | 99.25 | 113.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 117 | 46 | 0.34 | 0 | 0.61 | 0.54 | 93.8 | 0.44 | 0.32 |
| Hex | 4D | 75 | 2E | 22 | 0 | 3D | 36 | 5E | 2C | 20 |
| Octal | 115 | 165 | 56 | 42 | 0 | 75 | 66 | 136 | 54 | 40 |
| Binary | 1001101 | 1110101 | 101110 | 100010 | 0 | 111101 | 110110 | 1011110 | 101100 | 100000 |
Color Harmonies of #4D752E
Complementary color
Monochromatic Colors of #4D752E
Black with #4D752E
Text Example
Text Example
White with #4D752E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D752E; }
p { color: rgb(77,117,46); }
H1.HeaderClassName
{
color: #4D752E;
}
.AnyTagClassName
{
color: #4D752E;
}
</style>
background-color css
<style>
a { background-color: #4D752E; }
a { background-color: rgb(77,117,46); }
div.DivClassName
{
background-color: #4D752E;
}
.BgClassName
{
background-color: #4D752E;
}
</style>
border-color css
<style>
span { border-color: #4D752E; }
span { border-color: rgb(77,117,46); }
td.TdClassName
{
border-color: #4D752E;
}
.TagClassName
{
border-color: #4D752E;
}
</style>