Html Css Color HEX #5D704D Dingley

📋 copy color: '#5D704D'

red 93 ◦ green 112 ◦ blue 77

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

Shades of Dingley #5D704D

Tints of Dingley #5D704D

RGB

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

 GREEN value IS 112 (44.14% from 255) = 39.72%

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

R = 32.98%
G = 39.72%
B = 27.3%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.31

 K value IS 0.56

RGB Variations

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

Color information

#5D704D (or 0x5D704D) is known color: Dingley. HEX triplet: 5D, 70 and 4D. RGB value is (93,112,77). Sum of RGB (Red+Green+Blue) = 93+112+77=282 (37% of max value = 765). Red value is 93 (36.72% from 255 or 32.98% from 282); Green value is 112 (44.14% from 255 or 39.72% from 282); Blue value is 77 (30.47% from 255 or 27.30% from 282); Max value from RGB is 112 - color contains mainly: green. Hex color #5D704D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D704D is #A28FB2. Grayscale: #666666. Windows color (decimal): -10653619 or 5075037. OLE color: 5075037.

HSL color Cylindrical-coordinate representation of color #5D704D: hue angle of 92.57º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #5D704D is Cyan = 0.17, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.56.

Color convert

RGB 93 112 77 -
CMYK 0.17 0 0.31 0.56
HSL 92.57º 0.19% 0.37% -
HSV(B) 92.57º 0.31% 0.44% -
XYZ 11.65 14.45 9.2 -
YUV 102.33 113.71 121.35 -
System Red Green Blue C M Y K H S L
Decimal 93 112 77 0.17 0 0.31 0.56 92.57 0.19 0.37
Hex 5D 70 4D 11 0 1F 38 5D 13 25
Octal 135 160 115 21 0 37 70 135 23 45
Binary 1011101 1110000 1001101 10001 0 11111 111000 1011101 10011 100101

Color Harmonies of #5D704D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D704D

Black with #5D704D

Text Example


Text Example

White with #5D704D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,112,77); }

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

background-color css

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

 a { background-color: rgb(93,112,77); }

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

border-color css

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

 span { border-color: rgb(93,112,77); }

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