#5E744E

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

Shades of Dingley #5E744E

Tints of Dingley #5E744E

Color information

#5E744E (or 0x5E744E) is unknown color: approx Dingley. HEX triplet: 5E, 74 and 4E. RGB value is (94,116,78). Sum of RGB (Red+Green+Blue) = 94+116+78=288 (38% of max value = 765). Red value is 94 (37.11% from 255 or 32.64% from 288); Green value is 116 (45.70% from 255 or 40.28% from 288); Blue value is 78 (30.86% from 255 or 27.08% from 288); Max value from RGB is 116 - color contains mainly: green. Hex color #5E744E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E744E is #A18BB1. Grayscale: #696969. Windows color (decimal): -10587058 or 5141598. OLE color: 5141598.

HSL color Cylindrical-coordinate representation of color #5E744E: hue angle of 94.74º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #5E744E is Cyan = 0.19, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.55.

Color convert

RGB9411678-
CMYK0.1900.330.55
HSL94.74º19.59%38.04%-
HSV(B)94.74º32.76%45.49%-
XYZ12.2415.429.54-
YUV105.09112.71120.09-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 32.64%
GREEN value IS 116 (45.70% from 255) = 40.28%
BLUE value IS 78 (30.86% from 255) = 27.08%
R=32.64%
G=40.28%
B=27.08%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal94116780.1900.330.5594.7419.5938.04
Hex5E744E13021375f1426
Octal13616411623041671372446
Binary101111011101001001110100110100001110111101111110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E744E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,116,78); }

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

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

 a { background-color: rgb(94,116,78); }

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

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

 span { border-color: rgb(94,116,78); }

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