#516D37

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

Shades of Dell #516D37

Tints of Dell #516D37

Color information

#516D37 (or 0x516D37) is unknown color: approx Dell. HEX triplet: 51, 6D and 37. RGB value is (81,109,55). Sum of RGB (Red+Green+Blue) = 81+109+55=245 (32% of max value = 765). Red value is 81 (32.03% from 255 or 33.06% from 245); Green value is 109 (42.97% from 255 or 44.49% from 245); Blue value is 55 (21.88% from 255 or 22.45% from 245); Max value from RGB is 109 - color contains mainly: green. Hex color #516D37 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #516D37 is #AE92C8. Grayscale: #5E5E5E. Windows color (decimal): -11440841 or 3632465. OLE color: 3632465.

HSL color Cylindrical-coordinate representation of color #516D37: hue angle of 91.11º 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 #516D37 is Cyan = 0.26, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.57.

Color convert

RGB8110955-
CMYK0.2600.500.57
HSL91.11º32.93%32.16%-
HSV(B)91.11º49.54%42.75%-
XYZ9.5512.965.61-
YUV94.47105.72118.39-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 33.06%
GREEN value IS 109 (42.97% from 255) = 44.49%
BLUE value IS 55 (21.88% from 255) = 22.45%
R=33.06%
G=44.49%
B=22.45%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal81109550.2600.500.5791.1132.9332.16
Hex516D371A032395b2120
Octal1211556732062711334140
Binary101000111011011101111101001100101110011011011100001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516D37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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