#5D734D

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

Shades of Dingley #5D734D

Tints of Dingley #5D734D

Color information

#5D734D (or 0x5D734D) is unknown color: approx Dingley. HEX triplet: 5D, 73 and 4D. RGB value is (93,115,77). Sum of RGB (Red+Green+Blue) = 93+115+77=285 (37% of max value = 765). Red value is 93 (36.72% from 255 or 32.63% from 285); Green value is 115 (45.31% from 255 or 40.35% from 285); Blue value is 77 (30.47% from 255 or 27.02% from 285); Max value from RGB is 115 - color contains mainly: green. Hex color #5D734D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D734D is #A28CB2. Grayscale: #686868. Windows color (decimal): -10652851 or 5075805. OLE color: 5075805.

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

Color convert

RGB9311577-
CMYK0.1900.330.55
HSL94.74º19.79%37.65%-
HSV(B)94.74º33.04%45.1%-
XYZ11.9815.129.31-
YUV104.09112.71120.09-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 32.63%
GREEN value IS 115 (45.31% from 255) = 40.35%
BLUE value IS 77 (30.47% from 255) = 27.02%
R=32.63%
G=40.35%
B=27.02%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal93115770.1900.330.5594.7419.7937.65
Hex5D734D13021375f1426
Octal13516311523041671372446
Binary101110111100111001101100110100001110111101111110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D734D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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