#5B7544

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

Shades of Dingley #5B7544

Tints of Dingley #5B7544

Color information

#5B7544 (or 0x5B7544) is unknown color: approx Dingley. HEX triplet: 5B, 75 and 44. RGB value is (91,117,68). Sum of RGB (Red+Green+Blue) = 91+117+68=276 (36% of max value = 765). Red value is 91 (35.94% from 255 or 32.97% from 276); Green value is 117 (46.09% from 255 or 42.39% from 276); Blue value is 68 (26.95% from 255 or 24.64% from 276); Max value from RGB is 117 - color contains mainly: green. Hex color #5B7544 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B7544 is #A48ABB. Grayscale: #676767. Windows color (decimal): -10783420 or 4486491. OLE color: 4486491.

HSL color Cylindrical-coordinate representation of color #5B7544: hue angle of 91.84º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5B7544 is Cyan = 0.22, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.54.

Color convert

RGB9111768-
CMYK0.2200.420.54
HSL91.84º26.49%36.27%-
HSV(B)91.84º41.88%45.88%-
XYZ11.7215.367.82-
YUV103.64107.89118.98-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 32.97%
GREEN value IS 117 (46.09% from 255) = 42.39%
BLUE value IS 68 (26.95% from 255) = 24.64%
R=32.97%
G=42.39%
B=24.64%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal91117680.2200.420.5491.8426.4936.27
Hex5B75441602A365c1a24
Octal13316510426052661343244
Binary101101111101011000100101100101010110110101110011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B7544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5B7544; }

 p { color: rgb(91,117,68); }

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

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

 a { background-color: rgb(91,117,68); }

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

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

 span { border-color: rgb(91,117,68); }

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