#4D683B

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

Shades of Dell #4D683B

Tints of Dell #4D683B

Color information

#4D683B (or 0x4D683B) is unknown color: approx Dell. HEX triplet: 4D, 68 and 3B. RGB value is (77,104,59). Sum of RGB (Red+Green+Blue) = 77+104+59=240 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.08% from 240); Green value is 104 (41.02% from 255 or 43.33% from 240); Blue value is 59 (23.44% from 255 or 24.58% from 240); Max value from RGB is 104 - color contains mainly: green. Hex color #4D683B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D683B is #B297C4. Grayscale: #5A5A5A. Windows color (decimal): -11704261 or 3893325. OLE color: 3893325.

HSL color Cylindrical-coordinate representation of color #4D683B: hue angle of 96º degrees, saturation: 0.28, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4D683B is Cyan = 0.26, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.59.

Color convert

RGB7710459-
CMYK0.2600.430.59
HSL96º27.61%31.96%-
HSV(B)96º43.27%40.78%-
XYZ8.811.795.95-
YUV90.8110.05118.16-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 32.08%
GREEN value IS 104 (41.02% from 255) = 43.33%
BLUE value IS 59 (23.44% from 255) = 24.58%
R=32.08%
G=43.33%
B=24.58%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal77104590.2600.430.599627.6131.96
Hex4D683B1A02B3B601c20
Octal1151507332053731403440
Binary10011011101000111011110100101011111011110000011100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D683B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,104,59); }

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

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

 a { background-color: rgb(77,104,59); }

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

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

 span { border-color: rgb(77,104,59); }

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