#5D7546

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

Shades of Dingley #5D7546

Tints of Dingley #5D7546

Color information

#5D7546 (or 0x5D7546) is unknown color: approx Dingley. HEX triplet: 5D, 75 and 46. RGB value is (93,117,70). Sum of RGB (Red+Green+Blue) = 93+117+70=280 (37% of max value = 765). Red value is 93 (36.72% from 255 or 33.21% from 280); Green value is 117 (46.09% from 255 or 41.79% from 280); Blue value is 70 (27.73% from 255 or 25% from 280); Max value from RGB is 117 - color contains mainly: green. Hex color #5D7546 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D7546 is #A28AB9. Grayscale: #686868. Windows color (decimal): -10652346 or 4617565. OLE color: 4617565.

HSL color Cylindrical-coordinate representation of color #5D7546: hue angle of 90.64º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5D7546 is Cyan = 0.21, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.54.

Color convert

RGB9311770-
CMYK0.2100.400.54
HSL90.64º25.13%36.67%-
HSV(B)90.64º40.17%45.88%-
XYZ11.9815.498.15-
YUV104.47108.55119.82-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 33.21%
GREEN value IS 117 (46.09% from 255) = 41.79%
BLUE value IS 70 (27.73% from 255) = 25%
R=33.21%
G=41.79%
B=25%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal93117700.2100.400.5490.6425.1336.67
Hex5D754615028365b1925
Octal13516510625050661333145
Binary101110111101011000110101010101000110110101101111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D7546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,117,70); }

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

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

 a { background-color: rgb(93,117,70); }

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

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

 span { border-color: rgb(93,117,70); }

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