#5D724F

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

Shades of Dingley #5D724F

Tints of Dingley #5D724F

Color information

#5D724F (or 0x5D724F) is unknown color: approx Dingley. HEX triplet: 5D, 72 and 4F. RGB value is (93,114,79). Sum of RGB (Red+Green+Blue) = 93+114+79=286 (37% of max value = 765). Red value is 93 (36.72% from 255 or 32.52% from 286); Green value is 114 (44.92% from 255 or 39.86% from 286); Blue value is 79 (31.25% from 255 or 27.62% from 286); Max value from RGB is 114 - color contains mainly: green. Hex color #5D724F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D724F is #A28DB0. Grayscale: #676767. Windows color (decimal): -10653105 or 5206621. OLE color: 5206621.

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

Color convert

RGB9311479-
CMYK0.1800.310.55
HSL96º18.13%37.84%-
HSV(B)96º30.7%44.71%-
XYZ11.9414.939.65-
YUV103.73114.04120.35-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 32.52%
GREEN value IS 114 (44.92% from 255) = 39.86%
BLUE value IS 79 (31.25% from 255) = 27.62%
R=32.52%
G=39.86%
B=27.62%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal93114790.1800.310.559618.1337.84
Hex5D724F1201F37601226
Octal13516211722037671402246
Binary10111011110010100111110010011111110111110000010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D724F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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