#4E6E31

Color #4E6E31 Dell (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dell #4E6E31

Tints of Dell #4E6E31

Color information

#4E6E31 (or 0x4E6E31) is unknown color: approx Dell. HEX triplet: 4E, 6E and 31. RGB value is (78,110,49). Sum of RGB (Red+Green+Blue) = 78+110+49=237 (31% of max value = 765). Red value is 78 (30.86% from 255 or 32.91% from 237); Green value is 110 (43.36% from 255 or 46.41% from 237); Blue value is 49 (19.53% from 255 or 20.68% from 237); Max value from RGB is 110 - color contains mainly: green. Hex color #4E6E31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E6E31 is #B191CE. Grayscale: #5D5D5D. Windows color (decimal): -11637199 or 3239502. OLE color: 3239502.

HSL color Cylindrical-coordinate representation of color #4E6E31: hue angle of 91.48º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4E6E31 is Cyan = 0.29, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.57.

Color convert

RGB7811049-
CMYK0.2900.550.57
HSL91.48º38.36%31.18%-
HSV(B)91.48º55.45%43.14%-
XYZ9.2712.994.92-
YUV93.48102.9116.96-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 78 (30.86% from 255) = 32.91%
GREEN value IS 110 (43.36% from 255) = 46.41%
BLUE value IS 49 (19.53% from 255) = 20.68%
R=32.91%
G=46.41%
B=20.68%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal78110490.2900.550.5791.4838.3631.18
Hex4E6E311D037395b261f
Octal1161566135067711334637
Binary10011101101110110001111010110111111001101101110011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E6E31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4E6E31; }

 p { color: rgb(78,110,49); }

 H1.HeaderClassName
 {
   color: #4E6E31;
 }
 .AnyTagClassName
 {
   color: #4E6E31;
 }
</style>
background-color css

<style>
 a { background-color: #4E6E31; }

 a { background-color: rgb(78,110,49); }

 div.DivClassName
 {
   background-color: #4E6E31;
 }
 .BgClassName
 {
   background-color: #4E6E31;
 }
</style>
border-color css

<style>
 span { border-color: #4E6E31; }

 span { border-color: rgb(78,110,49); }

 td.TdClassName
 {
   border-color: #4E6E31;
 }
 .TagClassName
 {
   border-color: #4E6E31;
 }
</style>