Shades of Dell #4D6B30
Tints of Dell #4D6B30
RGB
CMYK
RGB Variations
Color information
#4D6B30 (or 0x4D6B30) is known color: Dell. HEX triplet: 4D, 6B and 30. RGB value is (77,107,48). Sum of RGB (Red+Green+Blue) = 77+107+48=232 (30% of max value = 765). Red value is 77 (30.47% from 255 or 33.19% from 232); Green value is 107 (42.19% from 255 or 46.12% from 232); Blue value is 48 (19.14% from 255 or 20.69% from 232); Max value from RGB is 107 - color contains mainly: green. Hex color #4D6B30 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D6B30 is #B294CF. Grayscale: #5B5B5B. Windows color (decimal): -11703504 or 3173197. OLE color: 3173197.
HSL color Cylindrical-coordinate representation of color #4D6B30: hue angle of 90.51º degrees, saturation: 0.38, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4D6B30 is Cyan = 0.28, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 77 | 107 | 48 | - |
| CMYK | 0.28 | 0 | 0.55 | 0.58 |
| HSL | 90.51º | 0.38% | 0.3% | - |
| HSV(B) | 90.51º | 0.55% | 0.42% | - |
| XYZ | 8.85 | 12.31 | 4.71 | - |
| YUV | 91.3 | 103.56 | 117.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 107 | 48 | 0.28 | 0 | 0.55 | 0.58 | 90.51 | 0.38 | 0.3 |
| Hex | 4D | 6B | 30 | 1C | 0 | 37 | 3A | 5B | 26 | 1E |
| Octal | 115 | 153 | 60 | 34 | 0 | 67 | 72 | 133 | 46 | 36 |
| Binary | 1001101 | 1101011 | 110000 | 11100 | 0 | 110111 | 111010 | 1011011 | 100110 | 11110 |
Color Harmonies of #4D6B30
Complementary color
Monochromatic Colors of #4D6B30
Black with #4D6B30
Text Example
Text Example
White with #4D6B30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D6B30; }
p { color: rgb(77,107,48); }
H1.HeaderClassName
{
color: #4D6B30;
}
.AnyTagClassName
{
color: #4D6B30;
}
</style>
background-color css
<style>
a { background-color: #4D6B30; }
a { background-color: rgb(77,107,48); }
div.DivClassName
{
background-color: #4D6B30;
}
.BgClassName
{
background-color: #4D6B30;
}
</style>
border-color css
<style>
span { border-color: #4D6B30; }
span { border-color: rgb(77,107,48); }
td.TdClassName
{
border-color: #4D6B30;
}
.TagClassName
{
border-color: #4D6B30;
}
</style>