#4E6B3A

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

Shades of Dell #4E6B3A

Tints of Dell #4E6B3A

Color information

#4E6B3A (or 0x4E6B3A) is unknown color: approx Dell. HEX triplet: 4E, 6B and 3A. RGB value is (78,107,58). Sum of RGB (Red+Green+Blue) = 78+107+58=243 (32% of max value = 765). Red value is 78 (30.86% from 255 or 32.10% from 243); Green value is 107 (42.19% from 255 or 44.03% from 243); Blue value is 58 (23.05% from 255 or 23.87% from 243); Max value from RGB is 107 - color contains mainly: green. Hex color #4E6B3A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E6B3A is #B194C5. Grayscale: #5C5C5C. Windows color (decimal): -11637958 or 3828558. OLE color: 3828558.

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

Color convert

RGB7810758-
CMYK0.2700.460.58
HSL95.51º29.7%32.35%-
HSV(B)95.51º45.79%41.96%-
XYZ9.1612.445.92-
YUV92.74108.39117.48-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 32.10%
GREEN value IS 107 (42.19% from 255) = 44.03%
BLUE value IS 58 (23.05% from 255) = 23.87%
R=32.10%
G=44.03%
B=23.87%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal78107580.2700.460.5895.5129.732.35
Hex4E6B3A1B02E3A601e20
Octal1161537233056721403640
Binary10011101101011111010110110101110111010110000011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E6B3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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