Shades of Dell #4C6832
Tints of Dell #4C6832
RGB
CMYK
RGB Variations
Color information
#4C6832 (or 0x4C6832) is known color: Dell. HEX triplet: 4C, 68 and 32. RGB value is (76,104,50). Sum of RGB (Red+Green+Blue) = 76+104+50=230 (30% of max value = 765). Red value is 76 (30.08% from 255 or 33.04% from 230); Green value is 104 (41.02% from 255 or 45.22% from 230); Blue value is 50 (19.92% from 255 or 21.74% from 230); Max value from RGB is 104 - color contains mainly: green. Hex color #4C6832 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C6832 is #B397CD. Grayscale: #595959. Windows color (decimal): -11769806 or 3303500. OLE color: 3303500.
HSL color Cylindrical-coordinate representation of color #4C6832: hue angle of 91.11º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4C6832 is Cyan = 0.27, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 76 | 104 | 50 | - |
| CMYK | 0.27 | 0 | 0.52 | 0.59 |
| HSL | 91.11º | 0.35% | 0.3% | - |
| HSV(B) | 91.11º | 0.52% | 0.41% | - |
| XYZ | 8.51 | 11.67 | 4.82 | - |
| YUV | 89.47 | 105.72 | 118.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 104 | 50 | 0.27 | 0 | 0.52 | 0.59 | 91.11 | 0.35 | 0.3 |
| Hex | 4C | 68 | 32 | 1B | 0 | 34 | 3B | 5B | 23 | 1E |
| Octal | 114 | 150 | 62 | 33 | 0 | 64 | 73 | 133 | 43 | 36 |
| Binary | 1001100 | 1101000 | 110010 | 11011 | 0 | 110100 | 111011 | 1011011 | 100011 | 11110 |
Color Harmonies of #4C6832
Complementary color
Monochromatic Colors of #4C6832
Black with #4C6832
Text Example
Text Example
White with #4C6832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C6832; }
p { color: rgb(76,104,50); }
H1.HeaderClassName
{
color: #4C6832;
}
.AnyTagClassName
{
color: #4C6832;
}
</style>
background-color css
<style>
a { background-color: #4C6832; }
a { background-color: rgb(76,104,50); }
div.DivClassName
{
background-color: #4C6832;
}
.BgClassName
{
background-color: #4C6832;
}
</style>
border-color css
<style>
span { border-color: #4C6832; }
span { border-color: rgb(76,104,50); }
td.TdClassName
{
border-color: #4C6832;
}
.TagClassName
{
border-color: #4C6832;
}
</style>