Html Css Color HEX #5E7742 Dingley

📋 copy color: '#5E7742'

red 94 ◦ green 119 ◦ blue 66

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

Shades of Dingley #5E7742

Tints of Dingley #5E7742

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 value IS 0.21

 M value IS 0

 Y value IS 0.45

 K value IS 0.53

RGB Variations

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

Color information

#5E7742 (or 0x5E7742) is known color: 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

RGB 94 119 66 -
CMYK 0.21 0 0.45 0.53
HSL 88.3º 0.29% 0.36% -
HSV(B) 88.3º 0.45% 0.47% -
XYZ 12.2 15.97 7.59 -
YUV 105.48 105.72 119.81 -
System Red Green Blue C M Y K H S L
Decimal 94 119 66 0.21 0 0.45 0.53 88.3 0.29 0.36
Hex 5E 77 42 15 0 2D 35 58 1D 24
Octal 136 167 102 25 0 55 65 130 35 44
Binary 1011110 1110111 1000010 10101 0 101101 110101 1011000 11101 100100

Color Harmonies of #5E7742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E7742

Black with #5E7742

Text Example


Text Example

White with #5E7742

Text Example


Text Example

HTML Codes & Css Web 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>