#5E784C

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

Shades of Dingley #5E784C

Tints of Dingley #5E784C

Color information

#5E784C (or 0x5E784C) is unknown color: approx Dingley. HEX triplet: 5E, 78 and 4C. RGB value is (94,120,76). Sum of RGB (Red+Green+Blue) = 94+120+76=290 (38% of max value = 765). Red value is 94 (37.11% from 255 or 32.41% from 290); Green value is 120 (47.27% from 255 or 41.38% from 290); Blue value is 76 (30.08% from 255 or 26.21% from 290); Max value from RGB is 120 - color contains mainly: green. Hex color #5E784C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E784C is #A187B3. Grayscale: #6B6B6B. Windows color (decimal): -10586036 or 5011550. OLE color: 5011550.

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

Color convert

RGB9412076-
CMYK0.2200.370.53
HSL95.45º22.45%38.43%-
HSV(B)95.45º36.67%47.06%-
XYZ12.6416.339.32-
YUV107.21110.39118.58-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 32.41%
GREEN value IS 120 (47.27% from 255) = 41.38%
BLUE value IS 76 (30.08% from 255) = 26.21%
R=32.41%
G=41.38%
B=26.21%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal94120760.2200.370.5395.4522.4538.43
Hex5E784C16025355f1626
Octal13617011426045651372646
Binary101111011110001001100101100100101110101101111110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E784C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,120,76); }

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

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

 a { background-color: rgb(94,120,76); }

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

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

 span { border-color: rgb(94,120,76); }

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