#4E6B39

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

Shades of Dell #4E6B39

Tints of Dell #4E6B39

Color information

#4E6B39 (or 0x4E6B39) is unknown color: approx Dell. HEX triplet: 4E, 6B and 39. RGB value is (78,107,57). Sum of RGB (Red+Green+Blue) = 78+107+57=242 (32% of max value = 765). Red value is 78 (30.86% from 255 or 32.23% from 242); Green value is 107 (42.19% from 255 or 44.21% from 242); Blue value is 57 (22.66% from 255 or 23.55% from 242); Max value from RGB is 107 - color contains mainly: green. Hex color #4E6B39 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E6B39 is #B194C6. Grayscale: #5C5C5C. Windows color (decimal): -11637959 or 3763022. OLE color: 3763022.

HSL color Cylindrical-coordinate representation of color #4E6B39: hue angle of 94.8º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4E6B39 is Cyan = 0.27, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.58.

Color convert

RGB7810757-
CMYK0.2700.470.58
HSL94.8º30.49%32.16%-
HSV(B)94.8º46.73%41.96%-
XYZ9.1412.435.79-
YUV92.63107.89117.57-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 32.23%
GREEN value IS 107 (42.19% from 255) = 44.21%
BLUE value IS 57 (22.66% from 255) = 23.55%
R=32.23%
G=44.21%
B=23.55%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal78107570.2700.470.5894.830.4932.16
Hex4E6B391B02F3A5f1e20
Octal1161537133057721373640
Binary10011101101011111001110110101111111010101111111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E6B39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,107,57); }

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

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

 a { background-color: rgb(78,107,57); }

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

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

 span { border-color: rgb(78,107,57); }

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