Html Css Color HEX #5E744F Dingley

📋 copy color: '#5E744F'

red 94 ◦ green 116 ◦ blue 79

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

Shades of Dingley #5E744F

Tints of Dingley #5E744F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 27.34%

R = 32.53%
G = 40.14%
B = 27.34%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.32

 K value IS 0.55

RGB Variations

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

Color information

#5E744F (or 0x5E744F) is known color: Dingley. HEX triplet: 5E, 74 and 4F. RGB value is (94,116,79). Sum of RGB (Red+Green+Blue) = 94+116+79=289 (38% of max value = 765). Red value is 94 (37.11% from 255 or 32.53% from 289); Green value is 116 (45.70% from 255 or 40.14% from 289); Blue value is 79 (31.25% from 255 or 27.34% from 289); Max value from RGB is 116 - color contains mainly: green. Hex color #5E744F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E744F is #A18BB0. Grayscale: #696969. Windows color (decimal): -10587057 or 5207134. OLE color: 5207134.

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

Color convert

RGB 94 116 79 -
CMYK 0.19 0 0.32 0.55
HSL 95.68º 0.19% 0.38% -
HSV(B) 95.68º 0.32% 0.45% -
XYZ 12.27 15.43 9.73 -
YUV 105.2 113.21 120.01 -
System Red Green Blue C M Y K H S L
Decimal 94 116 79 0.19 0 0.32 0.55 95.68 0.19 0.38
Hex 5E 74 4F 13 0 20 37 60 13 26
Octal 136 164 117 23 0 40 67 140 23 46
Binary 1011110 1110100 1001111 10011 0 100000 110111 1100000 10011 100110

Color Harmonies of #5E744F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E744F

Black with #5E744F

Text Example


Text Example

White with #5E744F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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