#4D6A39

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

Shades of Dell #4D6A39

Tints of Dell #4D6A39

Color information

#4D6A39 (or 0x4D6A39) is unknown color: approx Dell. HEX triplet: 4D, 6A and 39. RGB value is (77,106,57). Sum of RGB (Red+Green+Blue) = 77+106+57=240 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.08% from 240); Green value is 106 (41.80% from 255 or 44.17% from 240); Blue value is 57 (22.66% from 255 or 23.75% from 240); Max value from RGB is 106 - color contains mainly: green. Hex color #4D6A39 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D6A39 is #B295C6. Grayscale: #5B5B5B. Windows color (decimal): -11703751 or 3762765. OLE color: 3762765.

HSL color Cylindrical-coordinate representation of color #4D6A39: 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 #4D6A39 is Cyan = 0.27, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.58.

Color convert

RGB7710657-
CMYK0.2700.460.58
HSL95.51º30.06%31.96%-
HSV(B)95.51º46.23%41.57%-
XYZ8.9512.185.75-
YUV91.74108.39117.48-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 32.08%
GREEN value IS 106 (41.80% from 255) = 44.17%
BLUE value IS 57 (22.66% from 255) = 23.75%
R=32.08%
G=44.17%
B=23.75%

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
Decimal77106570.2700.460.5895.5130.0631.96
Hex4D6A391B02E3A601e20
Octal1151527133056721403640
Binary10011011101010111001110110101110111010110000011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D6A39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,106,57); }

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

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

 a { background-color: rgb(77,106,57); }

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

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

 span { border-color: rgb(77,106,57); }

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