#5E794A

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

Shades of Dingley #5E794A

Tints of Dingley #5E794A

Color information

#5E794A (or 0x5E794A) is unknown color: approx Dingley. HEX triplet: 5E, 79 and 4A. RGB value is (94,121,74). Sum of RGB (Red+Green+Blue) = 94+121+74=289 (38% of max value = 765). Red value is 94 (37.11% from 255 or 32.53% from 289); Green value is 121 (47.66% from 255 or 41.87% from 289); Blue value is 74 (29.30% from 255 or 25.61% from 289); Max value from RGB is 121 - color contains mainly: green. Hex color #5E794A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E794A is #A186B5. Grayscale: #6B6B6B. Windows color (decimal): -10585782 or 4880734. OLE color: 4880734.

HSL color Cylindrical-coordinate representation of color #5E794A: hue angle of 94.47º 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 #5E794A is Cyan = 0.22, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.53.

Color convert

RGB9412174-
CMYK0.2200.390.53
HSL94.47º24.1%38.24%-
HSV(B)94.47º38.84%47.45%-
XYZ12.6916.559-
YUV107.57109.05118.32-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 32.53%
GREEN value IS 121 (47.66% from 255) = 41.87%
BLUE value IS 74 (29.30% from 255) = 25.61%
R=32.53%
G=41.87%
B=25.61%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal94121740.2200.390.5394.4724.138.24
Hex5E794A16027355e1826
Octal13617111226047651363046
Binary101111011110011001010101100100111110101101111011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E794A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,121,74); }

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

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

 a { background-color: rgb(94,121,74); }

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

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

 span { border-color: rgb(94,121,74); }

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