#507337

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

Shades of Dell #507337

Tints of Dell #507337

Color information

#507337 (or 0x507337) is unknown color: approx Dell. HEX triplet: 50, 73 and 37. RGB value is (80,115,55). Sum of RGB (Red+Green+Blue) = 80+115+55=250 (33% of max value = 765). Red value is 80 (31.64% from 255 or 32% from 250); Green value is 115 (45.31% from 255 or 46% from 250); Blue value is 55 (21.88% from 255 or 22% from 250); Max value from RGB is 115 - color contains mainly: green. Hex color #507337 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #507337 is #AF8CC8. Grayscale: #616161. Windows color (decimal): -11504841 or 3634000. OLE color: 3634000.

HSL color Cylindrical-coordinate representation of color #507337: hue angle of 95º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #507337 is Cyan = 0.30, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.55.

Color convert

RGB8011555-
CMYK0.3000.520.55
HSL95º35.29%33.33%-
HSV(B)95º52.17%45.1%-
XYZ10.1314.245.83-
YUV97.7103.9115.38-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 32%
GREEN value IS 115 (45.31% from 255) = 46%
BLUE value IS 55 (21.88% from 255) = 22%
R=32%
G=46%
B=22%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal80115550.3000.520.559535.2933.33
Hex5073371E034375f2321
Octal1201636736064671374341
Binary101000011100111101111111001101001101111011111100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507337

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507337; }

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

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

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

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

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

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

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

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