Shades of Dell #4C7431
Tints of Dell #4C7431
RGB
CMYK
RGB Variations
Color information
#4C7431 (or 0x4C7431) is known color: Dell. HEX triplet: 4C, 74 and 31. RGB value is (76,116,49). Sum of RGB (Red+Green+Blue) = 76+116+49=241 (31% of max value = 765). Red value is 76 (30.08% from 255 or 31.54% from 241); Green value is 116 (45.70% from 255 or 48.13% from 241); Blue value is 49 (19.53% from 255 or 20.33% from 241); Max value from RGB is 116 - color contains mainly: green. Hex color #4C7431 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C7431 is #B38BCE. Grayscale: #606060. Windows color (decimal): -11766735 or 3241036. OLE color: 3241036.
HSL color Cylindrical-coordinate representation of color #4C7431: hue angle of 95.82º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4C7431 is Cyan = 0.34, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 76 | 116 | 49 | - |
| CMYK | 0.34 | 0 | 0.58 | 0.55 |
| HSL | 95.82º | 0.41% | 0.32% | - |
| HSV(B) | 95.82º | 0.58% | 0.45% | - |
| XYZ | 9.78 | 14.25 | 5.14 | - |
| YUV | 96.4 | 101.25 | 113.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 116 | 49 | 0.34 | 0 | 0.58 | 0.55 | 95.82 | 0.41 | 0.32 |
| Hex | 4C | 74 | 31 | 22 | 0 | 3A | 37 | 60 | 29 | 20 |
| Octal | 114 | 164 | 61 | 42 | 0 | 72 | 67 | 140 | 51 | 40 |
| Binary | 1001100 | 1110100 | 110001 | 100010 | 0 | 111010 | 110111 | 1100000 | 101001 | 100000 |
Color Harmonies of #4C7431
Complementary color
Monochromatic Colors of #4C7431
Black with #4C7431
Text Example
Text Example
White with #4C7431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C7431; }
p { color: rgb(76,116,49); }
H1.HeaderClassName
{
color: #4C7431;
}
.AnyTagClassName
{
color: #4C7431;
}
</style>
background-color css
<style>
a { background-color: #4C7431; }
a { background-color: rgb(76,116,49); }
div.DivClassName
{
background-color: #4C7431;
}
.BgClassName
{
background-color: #4C7431;
}
</style>
border-color css
<style>
span { border-color: #4C7431; }
span { border-color: rgb(76,116,49); }
td.TdClassName
{
border-color: #4C7431;
}
.TagClassName
{
border-color: #4C7431;
}
</style>