#5D724D

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

Shades of Dingley #5D724D

Tints of Dingley #5D724D

Color information

#5D724D (or 0x5D724D) is unknown color: approx Dingley. HEX triplet: 5D, 72 and 4D. RGB value is (93,114,77). Sum of RGB (Red+Green+Blue) = 93+114+77=284 (37% of max value = 765). Red value is 93 (36.72% from 255 or 32.75% from 284); Green value is 114 (44.92% from 255 or 40.14% from 284); Blue value is 77 (30.47% from 255 or 27.11% from 284); Max value from RGB is 114 - color contains mainly: green. Hex color #5D724D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D724D is #A28DB2. Grayscale: #676767. Windows color (decimal): -10653107 or 5075549. OLE color: 5075549.

HSL color Cylindrical-coordinate representation of color #5D724D: hue angle of 94.05º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5D724D is Cyan = 0.18, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.55.

Color convert

RGB9311477-
CMYK0.1800.320.55
HSL94.05º19.37%37.45%-
HSV(B)94.05º32.46%44.71%-
XYZ11.8714.99.27-
YUV103.5113.04120.51-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 32.75%
GREEN value IS 114 (44.92% from 255) = 40.14%
BLUE value IS 77 (30.47% from 255) = 27.11%
R=32.75%
G=40.14%
B=27.11%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal93114770.1800.320.5594.0519.3737.45
Hex5D724D12020375e1325
Octal13516211522040671362345
Binary101110111100101001101100100100000110111101111010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D724D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,114,77); }

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

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

 a { background-color: rgb(93,114,77); }

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

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

 span { border-color: rgb(93,114,77); }

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