Shades of Dell #4D623D
Tints of Dell #4D623D
RGB
CMYK
RGB Variations
Color information
#4D623D (or 0x4D623D) is known color: Dell. HEX triplet: 4D, 62 and 3D. RGB value is (77,98,61). Sum of RGB (Red+Green+Blue) = 77+98+61=236 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.63% from 236); Green value is 98 (38.67% from 255 or 41.53% from 236); Blue value is 61 (24.22% from 255 or 25.85% from 236); Max value from RGB is 98 - color contains mainly: green. Hex color #4D623D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D623D is #B29DC2. Grayscale: #575757. Windows color (decimal): -11705795 or 4022861. OLE color: 4022861.
HSL color Cylindrical-coordinate representation of color #4D623D: hue angle of 94.05º degrees, saturation: 0.23, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4D623D is Cyan = 0.21, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 77 | 98 | 61 | - |
| CMYK | 0.21 | 0 | 0.38 | 0.62 |
| HSL | 94.05º | 0.23% | 0.31% | - |
| HSV(B) | 94.05º | 0.38% | 0.38% | - |
| XYZ | 8.27 | 10.65 | 6.03 | - |
| YUV | 87.5 | 113.04 | 120.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 98 | 61 | 0.21 | 0 | 0.38 | 0.62 | 94.05 | 0.23 | 0.31 |
| Hex | 4D | 62 | 3D | 15 | 0 | 26 | 3E | 5E | 17 | 1F |
| Octal | 115 | 142 | 75 | 25 | 0 | 46 | 76 | 136 | 27 | 37 |
| Binary | 1001101 | 1100010 | 111101 | 10101 | 0 | 100110 | 111110 | 1011110 | 10111 | 11111 |
Color Harmonies of #4D623D
Complementary color
Monochromatic Colors of #4D623D
Black with #4D623D
Text Example
Text Example
White with #4D623D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D623D; }
p { color: rgb(77,98,61); }
H1.HeaderClassName
{
color: #4D623D;
}
.AnyTagClassName
{
color: #4D623D;
}
</style>
background-color css
<style>
a { background-color: #4D623D; }
a { background-color: rgb(77,98,61); }
div.DivClassName
{
background-color: #4D623D;
}
.BgClassName
{
background-color: #4D623D;
}
</style>
border-color css
<style>
span { border-color: #4D623D; }
span { border-color: rgb(77,98,61); }
td.TdClassName
{
border-color: #4D623D;
}
.TagClassName
{
border-color: #4D623D;
}
</style>