#4D6A3A

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

Shades of Dell #4D6A3A

Tints of Dell #4D6A3A

Color information

#4D6A3A (or 0x4D6A3A) is unknown color: approx Dell. HEX triplet: 4D, 6A and 3A. RGB value is (77,106,58). Sum of RGB (Red+Green+Blue) = 77+106+58=241 (31% of max value = 765). Red value is 77 (30.47% from 255 or 31.95% from 241); Green value is 106 (41.80% from 255 or 43.98% from 241); Blue value is 58 (23.05% from 255 or 24.07% from 241); Max value from RGB is 106 - color contains mainly: green. Hex color #4D6A3A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D6A3A is #B295C5. Grayscale: #5C5C5C. Windows color (decimal): -11703750 or 3828301. OLE color: 3828301.

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

Color convert

RGB7710658-
CMYK0.2700.450.58
HSL96.25º29.27%32.16%-
HSV(B)96.25º45.28%41.57%-
XYZ8.9812.195.88-
YUV91.86108.89117.4-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 31.95%
GREEN value IS 106 (41.80% from 255) = 43.98%
BLUE value IS 58 (23.05% from 255) = 24.07%
R=31.95%
G=43.98%
B=24.07%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal77106580.2700.450.5896.2529.2732.16
Hex4D6A3A1B02D3A601d20
Octal1151527233055721403540
Binary10011011101010111010110110101101111010110000011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D6A3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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