#5E7749

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

Shades of Dingley #5E7749

Tints of Dingley #5E7749

Color information

#5E7749 (or 0x5E7749) is unknown color: approx Dingley. HEX triplet: 5E, 77 and 49. RGB value is (94,119,73). Sum of RGB (Red+Green+Blue) = 94+119+73=286 (37% of max value = 765). Red value is 94 (37.11% from 255 or 32.87% from 286); Green value is 119 (46.88% from 255 or 41.61% from 286); Blue value is 73 (28.91% from 255 or 25.52% from 286); Max value from RGB is 119 - color contains mainly: green. Hex color #5E7749 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E7749 is #A188B6. Grayscale: #6A6A6A. Windows color (decimal): -10586295 or 4814686. OLE color: 4814686.

HSL color Cylindrical-coordinate representation of color #5E7749: hue angle of 92.61º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5E7749 is Cyan = 0.21, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.53.

Color convert

RGB9411973-
CMYK0.2100.390.53
HSL92.61º23.96%37.65%-
HSV(B)92.61º38.66%46.67%-
XYZ12.4216.058.75-
YUV106.28109.22119.24-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 32.87%
GREEN value IS 119 (46.88% from 255) = 41.61%
BLUE value IS 73 (28.91% from 255) = 25.52%
R=32.87%
G=41.61%
B=25.52%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal94119730.2100.390.5392.6123.9637.65
Hex5E774915027355d1826
Octal13616711125047651353046
Binary101111011101111001001101010100111110101101110111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E7749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,119,73); }

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

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

 a { background-color: rgb(94,119,73); }

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

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

 span { border-color: rgb(94,119,73); }

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