Shades of Dell #4C623A
Tints of Dell #4C623A
RGB
CMYK
RGB Variations
Color information
#4C623A (or 0x4C623A) is known color: Dell. HEX triplet: 4C, 62 and 3A. RGB value is (76,98,58). Sum of RGB (Red+Green+Blue) = 76+98+58=232 (30% of max value = 765). Red value is 76 (30.08% from 255 or 32.76% from 232); Green value is 98 (38.67% from 255 or 42.24% from 232); Blue value is 58 (23.05% from 255 or 25% from 232); Max value from RGB is 98 - color contains mainly: green. Hex color #4C623A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C623A is #B39DC5. Grayscale: #575757. Windows color (decimal): -11771334 or 3826252. OLE color: 3826252.
HSL color Cylindrical-coordinate representation of color #4C623A: hue angle of 93º degrees, saturation: 0.26, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4C623A is Cyan = 0.22, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 76 | 98 | 58 | - |
| CMYK | 0.22 | 0 | 0.41 | 0.62 |
| HSL | 93º | 0.26% | 0.31% | - |
| HSV(B) | 93º | 0.41% | 0.38% | - |
| XYZ | 8.11 | 10.58 | 5.62 | - |
| YUV | 86.86 | 111.71 | 120.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 98 | 58 | 0.22 | 0 | 0.41 | 0.62 | 93 | 0.26 | 0.31 |
| Hex | 4C | 62 | 3A | 16 | 0 | 29 | 3E | 5D | 1A | 1F |
| Octal | 114 | 142 | 72 | 26 | 0 | 51 | 76 | 135 | 32 | 37 |
| Binary | 1001100 | 1100010 | 111010 | 10110 | 0 | 101001 | 111110 | 1011101 | 11010 | 11111 |
Color Harmonies of #4C623A
Complementary color
Monochromatic Colors of #4C623A
Black with #4C623A
Text Example
Text Example
White with #4C623A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C623A; }
p { color: rgb(76,98,58); }
H1.HeaderClassName
{
color: #4C623A;
}
.AnyTagClassName
{
color: #4C623A;
}
</style>
background-color css
<style>
a { background-color: #4C623A; }
a { background-color: rgb(76,98,58); }
div.DivClassName
{
background-color: #4C623A;
}
.BgClassName
{
background-color: #4C623A;
}
</style>
border-color css
<style>
span { border-color: #4C623A; }
span { border-color: rgb(76,98,58); }
td.TdClassName
{
border-color: #4C623A;
}
.TagClassName
{
border-color: #4C623A;
}
</style>