#516E37

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

Shades of Dell #516E37

Tints of Dell #516E37

Color information

#516E37 (or 0x516E37) is unknown color: approx Dell. HEX triplet: 51, 6E and 37. RGB value is (81,110,55). Sum of RGB (Red+Green+Blue) = 81+110+55=246 (32% of max value = 765). Red value is 81 (32.03% from 255 or 32.93% from 246); Green value is 110 (43.36% from 255 or 44.72% from 246); Blue value is 55 (21.88% from 255 or 22.36% from 246); Max value from RGB is 110 - color contains mainly: green. Hex color #516E37 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #516E37 is #AE91C8. Grayscale: #5F5F5F. Windows color (decimal): -11440585 or 3632721. OLE color: 3632721.

HSL color Cylindrical-coordinate representation of color #516E37: hue angle of 91.64º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #516E37 is Cyan = 0.26, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.57.

Color convert

RGB8111055-
CMYK0.2600.50.57
HSL91.64º33.33%32.35%-
HSV(B)91.64º50%43.14%-
XYZ9.6613.185.65-
YUV95.06105.39117.97-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 32.93%
GREEN value IS 110 (43.36% from 255) = 44.72%
BLUE value IS 55 (21.88% from 255) = 22.36%
R=32.93%
G=44.72%
B=22.36%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal81110550.2600.50.5791.6433.3332.35
Hex516E371A032395c2120
Octal1211566732062711344140
Binary101000111011101101111101001100101110011011100100001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516E37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516E37; }

 p { color: rgb(81,110,55); }

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

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

 a { background-color: rgb(81,110,55); }

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

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

 span { border-color: rgb(81,110,55); }

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