Html Css Color HEX #5D744C Dingley

📋 copy color: '#5D744C'

red 93 ◦ green 116 ◦ blue 76

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

Shades of Dingley #5D744C

Tints of Dingley #5D744C

RGB

 RED value IS 93 (36.72% from 255) = 32.63%

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

 BLUE value IS 76 (30.08% from 255) = 26.67%

R = 32.63%
G = 40.7%
B = 26.67%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.34

 K value IS 0.55

RGB Variations

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

Color information

#5D744C (or 0x5D744C) is known color: Dingley. HEX triplet: 5D, 74 and 4C. RGB value is (93,116,76). Sum of RGB (Red+Green+Blue) = 93+116+76=285 (37% of max value = 765). Red value is 93 (36.72% from 255 or 32.63% from 285); Green value is 116 (45.70% from 255 or 40.70% from 285); Blue value is 76 (30.08% from 255 or 26.67% from 285); Max value from RGB is 116 - color contains mainly: green. Hex color #5D744C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D744C is #A28BB3. Grayscale: #686868. Windows color (decimal): -10652596 or 5010525. OLE color: 5010525.

HSL color Cylindrical-coordinate representation of color #5D744C: hue angle of 94.5º degrees, saturation: 0.21, 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 #5D744C is Cyan = 0.20, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.55.

Color convert

RGB 93 116 76 -
CMYK 0.20 0 0.34 0.55
HSL 94.5º 0.21% 0.38% -
HSV(B) 94.5º 0.34% 0.45% -
XYZ 12.06 15.34 9.16 -
YUV 104.56 111.88 119.75 -
System Red Green Blue C M Y K H S L
Decimal 93 116 76 0.20 0 0.34 0.55 94.5 0.21 0.38
Hex 5D 74 4C 14 0 22 37 5E 15 26
Octal 135 164 114 24 0 42 67 136 25 46
Binary 1011101 1110100 1001100 10100 0 100010 110111 1011110 10101 100110

Color Harmonies of #5D744C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D744C

Black with #5D744C

Text Example


Text Example

White with #5D744C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,116,76); }

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

background-color css

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

 a { background-color: rgb(93,116,76); }

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

border-color css

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

 span { border-color: rgb(93,116,76); }

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