Shades of Dell #4C6238
Tints of Dell #4C6238
RGB
CMYK
RGB Variations
Color information
#4C6238 (or 0x4C6238) is known color: Dell. HEX triplet: 4C, 62 and 38. RGB value is (76,98,56). Sum of RGB (Red+Green+Blue) = 76+98+56=230 (30% of max value = 765). Red value is 76 (30.08% from 255 or 33.04% from 230); Green value is 98 (38.67% from 255 or 42.61% from 230); Blue value is 56 (22.27% from 255 or 24.35% from 230); Max value from RGB is 98 - color contains mainly: green. Hex color #4C6238 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C6238 is #B39DC7. Grayscale: #565656. Windows color (decimal): -11771336 or 3695180. OLE color: 3695180.
HSL color Cylindrical-coordinate representation of color #4C6238: hue angle of 91.43º degrees, saturation: 0.27, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4C6238 is Cyan = 0.22, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 76 | 98 | 56 | - |
| CMYK | 0.22 | 0 | 0.43 | 0.62 |
| HSL | 91.43º | 0.27% | 0.3% | - |
| HSV(B) | 91.43º | 0.43% | 0.38% | - |
| XYZ | 8.06 | 10.56 | 5.35 | - |
| YUV | 86.63 | 110.71 | 120.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 98 | 56 | 0.22 | 0 | 0.43 | 0.62 | 91.43 | 0.27 | 0.3 |
| Hex | 4C | 62 | 38 | 16 | 0 | 2B | 3E | 5B | 1B | 1E |
| Octal | 114 | 142 | 70 | 26 | 0 | 53 | 76 | 133 | 33 | 36 |
| Binary | 1001100 | 1100010 | 111000 | 10110 | 0 | 101011 | 111110 | 1011011 | 11011 | 11110 |
Color Harmonies of #4C6238
Complementary color
Monochromatic Colors of #4C6238
Black with #4C6238
Text Example
Text Example
White with #4C6238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C6238; }
p { color: rgb(76,98,56); }
H1.HeaderClassName
{
color: #4C6238;
}
.AnyTagClassName
{
color: #4C6238;
}
</style>
background-color css
<style>
a { background-color: #4C6238; }
a { background-color: rgb(76,98,56); }
div.DivClassName
{
background-color: #4C6238;
}
.BgClassName
{
background-color: #4C6238;
}
</style>
border-color css
<style>
span { border-color: #4C6238; }
span { border-color: rgb(76,98,56); }
td.TdClassName
{
border-color: #4C6238;
}
.TagClassName
{
border-color: #4C6238;
}
</style>