#5D704C

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

Shades of Dingley #5D704C

Tints of Dingley #5D704C

Color information

#5D704C (or 0x5D704C) is unknown color: approx Dingley. HEX triplet: 5D, 70 and 4C. RGB value is (93,112,76). Sum of RGB (Red+Green+Blue) = 93+112+76=281 (37% of max value = 765). Red value is 93 (36.72% from 255 or 33.10% from 281); Green value is 112 (44.14% from 255 or 39.86% from 281); Blue value is 76 (30.08% from 255 or 27.05% from 281); Max value from RGB is 112 - color contains mainly: green. Hex color #5D704C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D704C is #A28FB3. Grayscale: #666666. Windows color (decimal): -10653620 or 5009501. OLE color: 5009501.

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

Color convert

RGB9311276-
CMYK0.1700.320.56
HSL91.67º19.15%36.86%-
HSV(B)91.67º32.14%43.92%-
XYZ11.6114.449.01-
YUV102.22113.21121.43-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 33.10%
GREEN value IS 112 (44.14% from 255) = 39.86%
BLUE value IS 76 (30.08% from 255) = 27.05%
R=33.10%
G=39.86%
B=27.05%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal93112760.1700.320.5691.6719.1536.86
Hex5D704C11020385c1325
Octal13516011421040701342345
Binary101110111100001001100100010100000111000101110010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D704C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,112,76); }

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

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

 a { background-color: rgb(93,112,76); }

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

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

 span { border-color: rgb(93,112,76); }

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