Shades of Dell #4C6538
Tints of Dell #4C6538
RGB
CMYK
RGB Variations
Color information
#4C6538 (or 0x4C6538) is known color: Dell. HEX triplet: 4C, 65 and 38. RGB value is (76,101,56). Sum of RGB (Red+Green+Blue) = 76+101+56=233 (30% of max value = 765). Red value is 76 (30.08% from 255 or 32.62% from 233); Green value is 101 (39.84% from 255 or 43.35% from 233); Blue value is 56 (22.27% from 255 or 24.03% from 233); Max value from RGB is 101 - color contains mainly: green. Hex color #4C6538 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C6538 is #B39AC7. Grayscale: #585858. Windows color (decimal): -11770568 or 3695948. OLE color: 3695948.
HSL color Cylindrical-coordinate representation of color #4C6538: hue angle of 93.33º degrees, saturation: 0.29, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4C6538 is Cyan = 0.25, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 76 | 101 | 56 | - |
| CMYK | 0.25 | 0 | 0.45 | 0.60 |
| HSL | 93.33º | 0.29% | 0.31% | - |
| HSV(B) | 93.33º | 0.45% | 0.4% | - |
| XYZ | 8.35 | 11.13 | 5.45 | - |
| YUV | 88.4 | 109.72 | 119.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 101 | 56 | 0.25 | 0 | 0.45 | 0.60 | 93.33 | 0.29 | 0.31 |
| Hex | 4C | 65 | 38 | 19 | 0 | 2D | 3C | 5D | 1D | 1F |
| Octal | 114 | 145 | 70 | 31 | 0 | 55 | 74 | 135 | 35 | 37 |
| Binary | 1001100 | 1100101 | 111000 | 11001 | 0 | 101101 | 111100 | 1011101 | 11101 | 11111 |
Color Harmonies of #4C6538
Complementary color
Monochromatic Colors of #4C6538
Black with #4C6538
Text Example
Text Example
White with #4C6538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C6538; }
p { color: rgb(76,101,56); }
H1.HeaderClassName
{
color: #4C6538;
}
.AnyTagClassName
{
color: #4C6538;
}
</style>
background-color css
<style>
a { background-color: #4C6538; }
a { background-color: rgb(76,101,56); }
div.DivClassName
{
background-color: #4C6538;
}
.BgClassName
{
background-color: #4C6538;
}
</style>
border-color css
<style>
span { border-color: #4C6538; }
span { border-color: rgb(76,101,56); }
td.TdClassName
{
border-color: #4C6538;
}
.TagClassName
{
border-color: #4C6538;
}
</style>