#506937

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

Shades of Dell #506937

Tints of Dell #506937

Color information

#506937 (or 0x506937) is unknown color: approx Dell. HEX triplet: 50, 69 and 37. RGB value is (80,105,55). Sum of RGB (Red+Green+Blue) = 80+105+55=240 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.33% from 240); Green value is 105 (41.41% from 255 or 43.75% from 240); Blue value is 55 (21.88% from 255 or 22.92% from 240); Max value from RGB is 105 - color contains mainly: green. Hex color #506937 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506937 is #AF96C8. Grayscale: #5B5B5B. Windows color (decimal): -11507401 or 3631440. OLE color: 3631440.

HSL color Cylindrical-coordinate representation of color #506937: hue angle of 90º degrees, saturation: 0.31, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #506937 is Cyan = 0.24, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.59.

Color convert

RGB8010555-
CMYK0.2400.480.59
HSL90º31.25%31.37%-
HSV(B)90º47.62%41.18%-
XYZ9.0512.085.47-
YUV91.82107.22119.57-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 33.33%
GREEN value IS 105 (41.41% from 255) = 43.75%
BLUE value IS 55 (21.88% from 255) = 22.92%
R=33.33%
G=43.75%
B=22.92%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal80105550.2400.480.599031.2531.37
Hex506937180303B5a1f1f
Octal1201516730060731323737
Binary1010000110100111011111000011000011101110110101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506937

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506937; }

 p { color: rgb(80,105,55); }

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

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

 a { background-color: rgb(80,105,55); }

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

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

 span { border-color: rgb(80,105,55); }

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