Shades of Dell #4D7331
Tints of Dell #4D7331
RGB
CMYK
RGB Variations
Color information
#4D7331 (or 0x4D7331) is known color: Dell. HEX triplet: 4D, 73 and 31. RGB value is (77,115,49). Sum of RGB (Red+Green+Blue) = 77+115+49=241 (31% of max value = 765). Red value is 77 (30.47% from 255 or 31.95% from 241); Green value is 115 (45.31% from 255 or 47.72% from 241); Blue value is 49 (19.53% from 255 or 20.33% from 241); Max value from RGB is 115 - color contains mainly: green. Hex color #4D7331 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D7331 is #B28CCE. Grayscale: #606060. Windows color (decimal): -11701455 or 3240781. OLE color: 3240781.
HSL color Cylindrical-coordinate representation of color #4D7331: hue angle of 94.55º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4D7331 is Cyan = 0.33, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 77 | 115 | 49 | - |
| CMYK | 0.33 | 0 | 0.57 | 0.55 |
| HSL | 94.55º | 0.4% | 0.32% | - |
| HSV(B) | 94.55º | 0.57% | 0.45% | - |
| XYZ | 9.75 | 14.06 | 5.11 | - |
| YUV | 96.11 | 101.41 | 114.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 115 | 49 | 0.33 | 0 | 0.57 | 0.55 | 94.55 | 0.4 | 0.32 |
| Hex | 4D | 73 | 31 | 21 | 0 | 39 | 37 | 5F | 28 | 20 |
| Octal | 115 | 163 | 61 | 41 | 0 | 71 | 67 | 137 | 50 | 40 |
| Binary | 1001101 | 1110011 | 110001 | 100001 | 0 | 111001 | 110111 | 1011111 | 101000 | 100000 |
Color Harmonies of #4D7331
Complementary color
Monochromatic Colors of #4D7331
Black with #4D7331
Text Example
Text Example
White with #4D7331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D7331; }
p { color: rgb(77,115,49); }
H1.HeaderClassName
{
color: #4D7331;
}
.AnyTagClassName
{
color: #4D7331;
}
</style>
background-color css
<style>
a { background-color: #4D7331; }
a { background-color: rgb(77,115,49); }
div.DivClassName
{
background-color: #4D7331;
}
.BgClassName
{
background-color: #4D7331;
}
</style>
border-color css
<style>
span { border-color: #4D7331; }
span { border-color: rgb(77,115,49); }
td.TdClassName
{
border-color: #4D7331;
}
.TagClassName
{
border-color: #4D7331;
}
</style>