Html Css Color HEX #5E744D Dingley

📋 copy color: '#5E744D'

red 94 ◦ green 116 ◦ blue 77

#5E744D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dingley #5E744D

Tints of Dingley #5E744D

RGB

 RED value IS 94 (37.11% from 255) = 32.75%

 GREEN value IS 116 (45.7% from 255) = 40.42%

 BLUE value IS 77 (30.47% from 255) = 26.83%

R = 32.75%
G = 40.42%
B = 26.83%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.34

 K value IS 0.55

RGB Variations

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

Color information

#5E744D (or 0x5E744D) is known color: Dingley. HEX triplet: 5E, 74 and 4D. RGB value is (94,116,77). Sum of RGB (Red+Green+Blue) = 94+116+77=287 (38% of max value = 765). Red value is 94 (37.11% from 255 or 32.75% from 287); Green value is 116 (45.70% from 255 or 40.42% from 287); Blue value is 77 (30.47% from 255 or 26.83% from 287); Max value from RGB is 116 - color contains mainly: green. Hex color #5E744D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E744D is #A18BB2. Grayscale: #696969. Windows color (decimal): -10587059 or 5076062. OLE color: 5076062.

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

Color convert

RGB 94 116 77 -
CMYK 0.19 0 0.34 0.55
HSL 93.85º 0.2% 0.38% -
HSV(B) 93.85º 0.34% 0.45% -
XYZ 12.2 15.41 9.35 -
YUV 104.98 112.21 120.17 -
System Red Green Blue C M Y K H S L
Decimal 94 116 77 0.19 0 0.34 0.55 93.85 0.2 0.38
Hex 5E 74 4D 13 0 22 37 5E 14 26
Octal 136 164 115 23 0 42 67 136 24 46
Binary 1011110 1110100 1001101 10011 0 100010 110111 1011110 10100 100110

Color Harmonies of #5E744D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E744D

Black with #5E744D

Text Example


Text Example

White with #5E744D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5E744D;
 }
 .AnyTagClassName
 {
   color: #5E744D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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