Shades of Dell #4D752F
Tints of Dell #4D752F
RGB
CMYK
RGB Variations
Color information
#4D752F (or 0x4D752F) is known color: Dell. HEX triplet: 4D, 75 and 2F. RGB value is (77,117,47). Sum of RGB (Red+Green+Blue) = 77+117+47=241 (31% of max value = 765). Red value is 77 (30.47% from 255 or 31.95% from 241); Green value is 117 (46.09% from 255 or 48.55% from 241); Blue value is 47 (18.75% from 255 or 19.50% from 241); Max value from RGB is 117 - color contains mainly: green. Hex color #4D752F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D752F is #B28AD0. Grayscale: #616161. Windows color (decimal): -11700945 or 3110221. OLE color: 3110221.
HSL color Cylindrical-coordinate representation of color #4D752F: hue angle of 94.29º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4D752F is Cyan = 0.34, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 77 | 117 | 47 | - |
| CMYK | 0.34 | 0 | 0.60 | 0.54 |
| HSL | 94.29º | 0.43% | 0.32% | - |
| HSV(B) | 94.29º | 0.6% | 0.46% | - |
| XYZ | 9.93 | 14.51 | 4.97 | - |
| YUV | 97.06 | 99.75 | 113.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 117 | 47 | 0.34 | 0 | 0.60 | 0.54 | 94.29 | 0.43 | 0.32 |
| Hex | 4D | 75 | 2F | 22 | 0 | 3C | 36 | 5E | 2B | 20 |
| Octal | 115 | 165 | 57 | 42 | 0 | 74 | 66 | 136 | 53 | 40 |
| Binary | 1001101 | 1110101 | 101111 | 100010 | 0 | 111100 | 110110 | 1011110 | 101011 | 100000 |
Color Harmonies of #4D752F
Complementary color
Monochromatic Colors of #4D752F
Black with #4D752F
Text Example
Text Example
White with #4D752F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D752F; }
p { color: rgb(77,117,47); }
H1.HeaderClassName
{
color: #4D752F;
}
.AnyTagClassName
{
color: #4D752F;
}
</style>
background-color css
<style>
a { background-color: #4D752F; }
a { background-color: rgb(77,117,47); }
div.DivClassName
{
background-color: #4D752F;
}
.BgClassName
{
background-color: #4D752F;
}
</style>
border-color css
<style>
span { border-color: #4D752F; }
span { border-color: rgb(77,117,47); }
td.TdClassName
{
border-color: #4D752F;
}
.TagClassName
{
border-color: #4D752F;
}
</style>