Shades of Dell #4C623C
Tints of Dell #4C623C
RGB
CMYK
RGB Variations
Color information
#4C623C (or 0x4C623C) is known color: Dell. HEX triplet: 4C, 62 and 3C. RGB value is (76,98,60). Sum of RGB (Red+Green+Blue) = 76+98+60=234 (30% of max value = 765). Red value is 76 (30.08% from 255 or 32.48% from 234); Green value is 98 (38.67% from 255 or 41.88% from 234); Blue value is 60 (23.83% from 255 or 25.64% from 234); Max value from RGB is 98 - color contains mainly: green. Hex color #4C623C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C623C is #B39DC3. Grayscale: #575757. Windows color (decimal): -11771332 or 3957324. OLE color: 3957324.
HSL color Cylindrical-coordinate representation of color #4C623C: hue angle of 94.74º degrees, saturation: 0.24, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #4C623C is Cyan = 0.22, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 76 | 98 | 60 | - |
| CMYK | 0.22 | 0 | 0.39 | 0.62 |
| HSL | 94.74º | 0.24% | 0.31% | - |
| HSV(B) | 94.74º | 0.39% | 0.38% | - |
| XYZ | 8.16 | 10.6 | 5.89 | - |
| YUV | 87.09 | 112.71 | 120.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 98 | 60 | 0.22 | 0 | 0.39 | 0.62 | 94.74 | 0.24 | 0.31 |
| Hex | 4C | 62 | 3C | 16 | 0 | 27 | 3E | 5F | 18 | 1F |
| Octal | 114 | 142 | 74 | 26 | 0 | 47 | 76 | 137 | 30 | 37 |
| Binary | 1001100 | 1100010 | 111100 | 10110 | 0 | 100111 | 111110 | 1011111 | 11000 | 11111 |
Color Harmonies of #4C623C
Complementary color
Monochromatic Colors of #4C623C
Black with #4C623C
Text Example
Text Example
White with #4C623C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C623C; }
p { color: rgb(76,98,60); }
H1.HeaderClassName
{
color: #4C623C;
}
.AnyTagClassName
{
color: #4C623C;
}
</style>
background-color css
<style>
a { background-color: #4C623C; }
a { background-color: rgb(76,98,60); }
div.DivClassName
{
background-color: #4C623C;
}
.BgClassName
{
background-color: #4C623C;
}
</style>
border-color css
<style>
span { border-color: #4C623C; }
span { border-color: rgb(76,98,60); }
td.TdClassName
{
border-color: #4C623C;
}
.TagClassName
{
border-color: #4C623C;
}
</style>