#506C36

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

Shades of Dell #506C36

Tints of Dell #506C36

Color information

#506C36 (or 0x506C36) is unknown color: approx Dell. HEX triplet: 50, 6C and 36. RGB value is (80,108,54). Sum of RGB (Red+Green+Blue) = 80+108+54=242 (32% of max value = 765). Red value is 80 (31.64% from 255 or 33.06% from 242); Green value is 108 (42.58% from 255 or 44.63% from 242); Blue value is 54 (21.48% from 255 or 22.31% from 242); Max value from RGB is 108 - color contains mainly: green. Hex color #506C36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506C36 is #AF93C9. Grayscale: #5D5D5D. Windows color (decimal): -11506634 or 3566672. OLE color: 3566672.

HSL color Cylindrical-coordinate representation of color #506C36: hue angle of 91.11º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #506C36 is Cyan = 0.26, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.58.

Color convert

RGB8010854-
CMYK0.2600.500.58
HSL91.11º33.33%31.76%-
HSV(B)91.11º50%42.35%-
XYZ9.3412.75.45-
YUV93.47105.72118.39-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 33.06%
GREEN value IS 108 (42.58% from 255) = 44.63%
BLUE value IS 54 (21.48% from 255) = 22.31%
R=33.06%
G=44.63%
B=22.31%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal80108540.2600.500.5891.1133.3331.76
Hex506C361A0323A5b2120
Octal1201546632062721334140
Binary101000011011001101101101001100101110101011011100001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506C36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,108,54); }

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

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

 a { background-color: rgb(80,108,54); }

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

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

 span { border-color: rgb(80,108,54); }

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