Shades of Dell #4D7732
Tints of Dell #4D7732
RGB
CMYK
RGB Variations
Color information
#4D7732 (or 0x4D7732) is known color: Dell. HEX triplet: 4D, 77 and 32. RGB value is (77,119,50). Sum of RGB (Red+Green+Blue) = 77+119+50=246 (32% of max value = 765). Red value is 77 (30.47% from 255 or 31.30% from 246); Green value is 119 (46.88% from 255 or 48.37% from 246); Blue value is 50 (19.92% from 255 or 20.33% from 246); Max value from RGB is 119 - color contains mainly: green. Hex color #4D7732 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D7732 is #B288CD. Grayscale: #626262. Windows color (decimal): -11700430 or 3307341. OLE color: 3307341.
HSL color Cylindrical-coordinate representation of color #4D7732: hue angle of 96.52º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4D7732 is Cyan = 0.35, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 77 | 119 | 50 | - |
| CMYK | 0.35 | 0 | 0.58 | 0.53 |
| HSL | 96.52º | 0.41% | 0.33% | - |
| HSV(B) | 96.52º | 0.58% | 0.47% | - |
| XYZ | 10.23 | 15 | 5.37 | - |
| YUV | 98.58 | 100.59 | 112.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 119 | 50 | 0.35 | 0 | 0.58 | 0.53 | 96.52 | 0.41 | 0.33 |
| Hex | 4D | 77 | 32 | 23 | 0 | 3A | 35 | 61 | 29 | 21 |
| Octal | 115 | 167 | 62 | 43 | 0 | 72 | 65 | 141 | 51 | 41 |
| Binary | 1001101 | 1110111 | 110010 | 100011 | 0 | 111010 | 110101 | 1100001 | 101001 | 100001 |
Color Harmonies of #4D7732
Complementary color
Monochromatic Colors of #4D7732
Black with #4D7732
Text Example
Text Example
White with #4D7732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D7732; }
p { color: rgb(77,119,50); }
H1.HeaderClassName
{
color: #4D7732;
}
.AnyTagClassName
{
color: #4D7732;
}
</style>
background-color css
<style>
a { background-color: #4D7732; }
a { background-color: rgb(77,119,50); }
div.DivClassName
{
background-color: #4D7732;
}
.BgClassName
{
background-color: #4D7732;
}
</style>
border-color css
<style>
span { border-color: #4D7732; }
span { border-color: rgb(77,119,50); }
td.TdClassName
{
border-color: #4D7732;
}
.TagClassName
{
border-color: #4D7732;
}
</style>