Shades of Dell #4D6B3A
Tints of Dell #4D6B3A
RGB
CMYK
RGB Variations
Color information
#4D6B3A (or 0x4D6B3A) is known color: Dell. HEX triplet: 4D, 6B and 3A. RGB value is (77,107,58). Sum of RGB (Red+Green+Blue) = 77+107+58=242 (32% of max value = 765). Red value is 77 (30.47% from 255 or 31.82% from 242); Green value is 107 (42.19% from 255 or 44.21% from 242); Blue value is 58 (23.05% from 255 or 23.97% from 242); Max value from RGB is 107 - color contains mainly: green. Hex color #4D6B3A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D6B3A is #B294C5. Grayscale: #5C5C5C. Windows color (decimal): -11703494 or 3828557. OLE color: 3828557.
HSL color Cylindrical-coordinate representation of color #4D6B3A: hue angle of 96.73º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4D6B3A is Cyan = 0.28, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 77 | 107 | 58 | - |
| CMYK | 0.28 | 0 | 0.46 | 0.58 |
| HSL | 96.73º | 0.3% | 0.32% | - |
| HSV(B) | 96.73º | 0.46% | 0.42% | - |
| XYZ | 9.08 | 12.4 | 5.92 | - |
| YUV | 92.44 | 108.56 | 116.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 107 | 58 | 0.28 | 0 | 0.46 | 0.58 | 96.73 | 0.3 | 0.32 |
| Hex | 4D | 6B | 3A | 1C | 0 | 2E | 3A | 61 | 1E | 20 |
| Octal | 115 | 153 | 72 | 34 | 0 | 56 | 72 | 141 | 36 | 40 |
| Binary | 1001101 | 1101011 | 111010 | 11100 | 0 | 101110 | 111010 | 1100001 | 11110 | 100000 |
Color Harmonies of #4D6B3A
Complementary color
Monochromatic Colors of #4D6B3A
Black with #4D6B3A
Text Example
Text Example
White with #4D6B3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D6B3A; }
p { color: rgb(77,107,58); }
H1.HeaderClassName
{
color: #4D6B3A;
}
.AnyTagClassName
{
color: #4D6B3A;
}
</style>
background-color css
<style>
a { background-color: #4D6B3A; }
a { background-color: rgb(77,107,58); }
div.DivClassName
{
background-color: #4D6B3A;
}
.BgClassName
{
background-color: #4D6B3A;
}
</style>
border-color css
<style>
span { border-color: #4D6B3A; }
span { border-color: rgb(77,107,58); }
td.TdClassName
{
border-color: #4D6B3A;
}
.TagClassName
{
border-color: #4D6B3A;
}
</style>