Shades of Dell #4D7634
Tints of Dell #4D7634
RGB
CMYK
RGB Variations
Color information
#4D7634 (or 0x4D7634) is known color: Dell. HEX triplet: 4D, 76 and 34. RGB value is (77,118,52). Sum of RGB (Red+Green+Blue) = 77+118+52=247 (32% of max value = 765). Red value is 77 (30.47% from 255 or 31.17% from 247); Green value is 118 (46.48% from 255 or 47.77% from 247); Blue value is 52 (20.70% from 255 or 21.05% from 247); Max value from RGB is 118 - color contains mainly: green. Hex color #4D7634 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D7634 is #B289CB. Grayscale: #626262. Windows color (decimal): -11700684 or 3438157. OLE color: 3438157.
HSL color Cylindrical-coordinate representation of color #4D7634: hue angle of 97.27º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4D7634 is Cyan = 0.35, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 77 | 118 | 52 | - |
| CMYK | 0.35 | 0 | 0.56 | 0.54 |
| HSL | 97.27º | 0.39% | 0.33% | - |
| HSV(B) | 97.27º | 0.56% | 0.46% | - |
| XYZ | 10.16 | 14.78 | 5.57 | - |
| YUV | 98.22 | 101.92 | 112.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 118 | 52 | 0.35 | 0 | 0.56 | 0.54 | 97.27 | 0.39 | 0.33 |
| Hex | 4D | 76 | 34 | 23 | 0 | 38 | 36 | 61 | 27 | 21 |
| Octal | 115 | 166 | 64 | 43 | 0 | 70 | 66 | 141 | 47 | 41 |
| Binary | 1001101 | 1110110 | 110100 | 100011 | 0 | 111000 | 110110 | 1100001 | 100111 | 100001 |
Color Harmonies of #4D7634
Complementary color
Monochromatic Colors of #4D7634
Black with #4D7634
Text Example
Text Example
White with #4D7634
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D7634; }
p { color: rgb(77,118,52); }
H1.HeaderClassName
{
color: #4D7634;
}
.AnyTagClassName
{
color: #4D7634;
}
</style>
background-color css
<style>
a { background-color: #4D7634; }
a { background-color: rgb(77,118,52); }
div.DivClassName
{
background-color: #4D7634;
}
.BgClassName
{
background-color: #4D7634;
}
</style>
border-color css
<style>
span { border-color: #4D7634; }
span { border-color: rgb(77,118,52); }
td.TdClassName
{
border-color: #4D7634;
}
.TagClassName
{
border-color: #4D7634;
}
</style>