#5E7742

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

Shades of Dingley #5E7742

Tints of Dingley #5E7742

Color information

#5E7742 (or 0x5E7742) is unknown color: approx Dingley. HEX triplet: 5E, 77 and 42. RGB value is (94,119,66). Sum of RGB (Red+Green+Blue) = 94+119+66=279 (36% of max value = 765). Red value is 94 (37.11% from 255 or 33.69% from 279); Green value is 119 (46.88% from 255 or 42.65% from 279); Blue value is 66 (26.17% from 255 or 23.66% from 279); Max value from RGB is 119 - color contains mainly: green. Hex color #5E7742 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E7742 is #A188BD. Grayscale: #696969. Windows color (decimal): -10586302 or 4355934. OLE color: 4355934.

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

Color convert

RGB9411966-
CMYK0.2100.450.53
HSL88.3º28.65%36.27%-
HSV(B)88.3º44.54%46.67%-
XYZ12.215.977.59-
YUV105.48105.72119.81-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 33.69%
GREEN value IS 119 (46.88% from 255) = 42.65%
BLUE value IS 66 (26.17% from 255) = 23.66%
R=33.69%
G=42.65%
B=23.66%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal94119660.2100.450.5388.328.6536.27
Hex5E77421502D35581d24
Octal13616710225055651303544
Binary101111011101111000010101010101101110101101100011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E7742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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