#5E784A

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

Shades of Dingley #5E784A

Tints of Dingley #5E784A

Color information

#5E784A (or 0x5E784A) is unknown color: approx Dingley. HEX triplet: 5E, 78 and 4A. RGB value is (94,120,74). Sum of RGB (Red+Green+Blue) = 94+120+74=288 (38% of max value = 765). Red value is 94 (37.11% from 255 or 32.64% from 288); Green value is 120 (47.27% from 255 or 41.67% from 288); Blue value is 74 (29.30% from 255 or 25.69% from 288); Max value from RGB is 120 - color contains mainly: green. Hex color #5E784A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E784A is #A187B5. Grayscale: #6B6B6B. Windows color (decimal): -10586038 or 4880478. OLE color: 4880478.

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

Color convert

RGB9412074-
CMYK0.2200.380.53
HSL93.91º23.71%38.04%-
HSV(B)93.91º38.33%47.06%-
XYZ12.5716.318.96-
YUV106.98109.39118.74-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 32.64%
GREEN value IS 120 (47.27% from 255) = 41.67%
BLUE value IS 74 (29.30% from 255) = 25.69%
R=32.64%
G=41.67%
B=25.69%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal94120740.2200.380.5393.9123.7138.04
Hex5E784A16026355e1826
Octal13617011226046651363046
Binary101111011110001001010101100100110110101101111011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E784A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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