#506B3C

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

Shades of Dell #506B3C

Tints of Dell #506B3C

Color information

#506B3C (or 0x506B3C) is unknown color: approx Dell. HEX triplet: 50, 6B and 3C. RGB value is (80,107,60). Sum of RGB (Red+Green+Blue) = 80+107+60=247 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.39% from 247); Green value is 107 (42.19% from 255 or 43.32% from 247); Blue value is 60 (23.83% from 255 or 24.29% from 247); Max value from RGB is 107 - color contains mainly: green. Hex color #506B3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506B3C is #AF94C3. Grayscale: #5D5D5D. Windows color (decimal): -11506884 or 3959632. OLE color: 3959632.

HSL color Cylindrical-coordinate representation of color #506B3C: hue angle of 94.47º degrees, saturation: 0.28, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #506B3C is Cyan = 0.25, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.58.

Color convert

RGB8010760-
CMYK0.2500.440.58
HSL94.47º28.14%32.75%-
HSV(B)94.47º43.93%41.96%-
XYZ9.3812.556.2-
YUV93.57109.05118.32-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 32.39%
GREEN value IS 107 (42.19% from 255) = 43.32%
BLUE value IS 60 (23.83% from 255) = 24.29%
R=32.39%
G=43.32%
B=24.29%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal80107600.2500.440.5894.4728.1432.75
Hex506B3C1902C3A5e1c21
Octal1201537431054721363441
Binary10100001101011111100110010101100111010101111011100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506B3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506B3C; }

 p { color: rgb(80,107,60); }

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

<style>
 a { background-color: #506B3C; }

 a { background-color: rgb(80,107,60); }

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

<style>
 span { border-color: #506B3C; }

 span { border-color: rgb(80,107,60); }

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