Shades of Dell #4C6830
Tints of Dell #4C6830
RGB
CMYK
RGB Variations
Color information
#4C6830 (or 0x4C6830) is known color: Dell. HEX triplet: 4C, 68 and 30. RGB value is (76,104,48). Sum of RGB (Red+Green+Blue) = 76+104+48=228 (30% of max value = 765). Red value is 76 (30.08% from 255 or 33.33% from 228); Green value is 104 (41.02% from 255 or 45.61% from 228); Blue value is 48 (19.14% from 255 or 21.05% from 228); Max value from RGB is 104 - color contains mainly: green. Hex color #4C6830 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C6830 is #B397CF. Grayscale: #595959. Windows color (decimal): -11769808 or 3172428. OLE color: 3172428.
HSL color Cylindrical-coordinate representation of color #4C6830: hue angle of 90º degrees, saturation: 0.37, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4C6830 is Cyan = 0.27, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 76 | 104 | 48 | - |
| CMYK | 0.27 | 0 | 0.54 | 0.59 |
| HSL | 90º | 0.37% | 0.3% | - |
| HSV(B) | 90º | 0.54% | 0.41% | - |
| XYZ | 8.46 | 11.65 | 4.6 | - |
| YUV | 89.24 | 104.72 | 118.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 104 | 48 | 0.27 | 0 | 0.54 | 0.59 | 90 | 0.37 | 0.3 |
| Hex | 4C | 68 | 30 | 1B | 0 | 36 | 3B | 5A | 25 | 1E |
| Octal | 114 | 150 | 60 | 33 | 0 | 66 | 73 | 132 | 45 | 36 |
| Binary | 1001100 | 1101000 | 110000 | 11011 | 0 | 110110 | 111011 | 1011010 | 100101 | 11110 |
Color Harmonies of #4C6830
Complementary color
Monochromatic Colors of #4C6830
Black with #4C6830
Text Example
Text Example
White with #4C6830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C6830; }
p { color: rgb(76,104,48); }
H1.HeaderClassName
{
color: #4C6830;
}
.AnyTagClassName
{
color: #4C6830;
}
</style>
background-color css
<style>
a { background-color: #4C6830; }
a { background-color: rgb(76,104,48); }
div.DivClassName
{
background-color: #4C6830;
}
.BgClassName
{
background-color: #4C6830;
}
</style>
border-color css
<style>
span { border-color: #4C6830; }
span { border-color: rgb(76,104,48); }
td.TdClassName
{
border-color: #4C6830;
}
.TagClassName
{
border-color: #4C6830;
}
</style>