#506939

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

Shades of Dell #506939

Tints of Dell #506939

Color information

#506939 (or 0x506939) is unknown color: approx Dell. HEX triplet: 50, 69 and 39. RGB value is (80,105,57). Sum of RGB (Red+Green+Blue) = 80+105+57=242 (32% of max value = 765). Red value is 80 (31.64% from 255 or 33.06% from 242); Green value is 105 (41.41% from 255 or 43.39% from 242); Blue value is 57 (22.66% from 255 or 23.55% from 242); Max value from RGB is 105 - color contains mainly: green. Hex color #506939 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506939 is #AF96C6. Grayscale: #5C5C5C. Windows color (decimal): -11507399 or 3762512. OLE color: 3762512.

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

Color convert

RGB8010557-
CMYK0.2400.460.59
HSL91.25º29.63%31.76%-
HSV(B)91.25º45.71%41.18%-
XYZ9.112.15.73-
YUV92.05108.22119.4-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 33.06%
GREEN value IS 105 (41.41% from 255) = 43.39%
BLUE value IS 57 (22.66% from 255) = 23.55%
R=33.06%
G=43.39%
B=23.55%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal80105570.2400.460.5991.2529.6331.76
Hex5069391802E3B5b1e20
Octal1201517130056731333640
Binary10100001101001111001110000101110111011101101111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506939

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506939; }

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

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

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

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

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

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

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

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