Shades of Dell #4D6534
Tints of Dell #4D6534
RGB
CMYK
RGB Variations
Color information
#4D6534 (or 0x4D6534) is known color: Dell. HEX triplet: 4D, 65 and 34. RGB value is (77,101,52). Sum of RGB (Red+Green+Blue) = 77+101+52=230 (30% of max value = 765). Red value is 77 (30.47% from 255 or 33.48% from 230); Green value is 101 (39.84% from 255 or 43.91% from 230); Blue value is 52 (20.70% from 255 or 22.61% from 230); Max value from RGB is 101 - color contains mainly: green. Hex color #4D6534 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D6534 is #B29ACB. Grayscale: #585858. Windows color (decimal): -11705036 or 3433805. OLE color: 3433805.
HSL color Cylindrical-coordinate representation of color #4D6534: hue angle of 89.39º degrees, saturation: 0.32, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4D6534 is Cyan = 0.24, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 77 | 101 | 52 | - |
| CMYK | 0.24 | 0 | 0.49 | 0.60 |
| HSL | 89.39º | 0.32% | 0.3% | - |
| HSV(B) | 89.39º | 0.49% | 0.4% | - |
| XYZ | 8.33 | 11.13 | 4.96 | - |
| YUV | 88.24 | 107.55 | 119.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 101 | 52 | 0.24 | 0 | 0.49 | 0.60 | 89.39 | 0.32 | 0.3 |
| Hex | 4D | 65 | 34 | 18 | 0 | 31 | 3C | 59 | 20 | 1E |
| Octal | 115 | 145 | 64 | 30 | 0 | 61 | 74 | 131 | 40 | 36 |
| Binary | 1001101 | 1100101 | 110100 | 11000 | 0 | 110001 | 111100 | 1011001 | 100000 | 11110 |
Color Harmonies of #4D6534
Complementary color
Monochromatic Colors of #4D6534
Black with #4D6534
Text Example
Text Example
White with #4D6534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D6534; }
p { color: rgb(77,101,52); }
H1.HeaderClassName
{
color: #4D6534;
}
.AnyTagClassName
{
color: #4D6534;
}
</style>
background-color css
<style>
a { background-color: #4D6534; }
a { background-color: rgb(77,101,52); }
div.DivClassName
{
background-color: #4D6534;
}
.BgClassName
{
background-color: #4D6534;
}
</style>
border-color css
<style>
span { border-color: #4D6534; }
span { border-color: rgb(77,101,52); }
td.TdClassName
{
border-color: #4D6534;
}
.TagClassName
{
border-color: #4D6534;
}
</style>