Shades of Dell #4C682E
Tints of Dell #4C682E
RGB
CMYK
RGB Variations
Color information
#4C682E (or 0x4C682E) is known color: Dell. HEX triplet: 4C, 68 and 2E. RGB value is (76,104,46). Sum of RGB (Red+Green+Blue) = 76+104+46=226 (29% of max value = 765). Red value is 76 (30.08% from 255 or 33.63% from 226); Green value is 104 (41.02% from 255 or 46.02% from 226); Blue value is 46 (18.36% from 255 or 20.35% from 226); Max value from RGB is 104 - color contains mainly: green. Hex color #4C682E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C682E is #B397D1. Grayscale: #595959. Windows color (decimal): -11769810 or 3041356. OLE color: 3041356.
HSL color Cylindrical-coordinate representation of color #4C682E: hue angle of 88.97º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4C682E is Cyan = 0.27, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 76 | 104 | 46 | - |
| CMYK | 0.27 | 0 | 0.56 | 0.59 |
| HSL | 88.97º | 0.39% | 0.29% | - |
| HSV(B) | 88.97º | 0.56% | 0.41% | - |
| XYZ | 8.42 | 11.63 | 4.39 | - |
| YUV | 89.02 | 103.72 | 118.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 104 | 46 | 0.27 | 0 | 0.56 | 0.59 | 88.97 | 0.39 | 0.29 |
| Hex | 4C | 68 | 2E | 1B | 0 | 38 | 3B | 59 | 27 | 1D |
| Octal | 114 | 150 | 56 | 33 | 0 | 70 | 73 | 131 | 47 | 35 |
| Binary | 1001100 | 1101000 | 101110 | 11011 | 0 | 111000 | 111011 | 1011001 | 100111 | 11101 |
Color Harmonies of #4C682E
Complementary color
Monochromatic Colors of #4C682E
Black with #4C682E
Text Example
Text Example
White with #4C682E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C682E; }
p { color: rgb(76,104,46); }
H1.HeaderClassName
{
color: #4C682E;
}
.AnyTagClassName
{
color: #4C682E;
}
</style>
background-color css
<style>
a { background-color: #4C682E; }
a { background-color: rgb(76,104,46); }
div.DivClassName
{
background-color: #4C682E;
}
.BgClassName
{
background-color: #4C682E;
}
</style>
border-color css
<style>
span { border-color: #4C682E; }
span { border-color: rgb(76,104,46); }
td.TdClassName
{
border-color: #4C682E;
}
.TagClassName
{
border-color: #4C682E;
}
</style>