#5E734D

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

Shades of Dingley #5E734D

Tints of Dingley #5E734D

Color information

#5E734D (or 0x5E734D) is unknown color: approx Dingley. HEX triplet: 5E, 73 and 4D. RGB value is (94,115,77). Sum of RGB (Red+Green+Blue) = 94+115+77=286 (37% of max value = 765). Red value is 94 (37.11% from 255 or 32.87% from 286); Green value is 115 (45.31% from 255 or 40.21% from 286); Blue value is 77 (30.47% from 255 or 26.92% from 286); Max value from RGB is 115 - color contains mainly: green. Hex color #5E734D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E734D is #A18CB2. Grayscale: #686868. Windows color (decimal): -10587315 or 5075806. OLE color: 5075806.

HSL color Cylindrical-coordinate representation of color #5E734D: hue angle of 93.16º 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 #5E734D is Cyan = 0.18, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.55.

Color convert

RGB9411577-
CMYK0.1800.330.55
HSL93.16º19.79%37.65%-
HSV(B)93.16º33.04%45.1%-
XYZ12.0915.189.31-
YUV104.39112.54120.59-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 32.87%
GREEN value IS 115 (45.31% from 255) = 40.21%
BLUE value IS 77 (30.47% from 255) = 26.92%
R=32.87%
G=40.21%
B=26.92%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal94115770.1800.330.5593.1619.7937.65
Hex5E734D12021375d1426
Octal13616311522041671352446
Binary101111011100111001101100100100001110111101110110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E734D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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