Html Css Color HEX #5D734D Dingley

📋 copy color: '#5D734D'

red 93 ◦ green 115 ◦ blue 77

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

Shades of Dingley #5D734D

Tints of Dingley #5D734D

RGB

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

 GREEN value IS 115 (45.31% from 255) = 40.35%

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

R = 32.63%
G = 40.35%
B = 27.02%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.33

 K value IS 0.55

RGB Variations

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

Color information

#5D734D (or 0x5D734D) is known color: Dingley. HEX triplet: 5D, 73 and 4D. RGB value is (93,115,77). Sum of RGB (Red+Green+Blue) = 93+115+77=285 (37% of max value = 765). Red value is 93 (36.72% from 255 or 32.63% from 285); Green value is 115 (45.31% from 255 or 40.35% from 285); Blue value is 77 (30.47% from 255 or 27.02% from 285); Max value from RGB is 115 - color contains mainly: green. Hex color #5D734D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D734D is #A28CB2. Grayscale: #686868. Windows color (decimal): -10652851 or 5075805. OLE color: 5075805.

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

Color convert

RGB 93 115 77 -
CMYK 0.19 0 0.33 0.55
HSL 94.74º 0.2% 0.38% -
HSV(B) 94.74º 0.33% 0.45% -
XYZ 11.98 15.12 9.31 -
YUV 104.09 112.71 120.09 -
System Red Green Blue C M Y K H S L
Decimal 93 115 77 0.19 0 0.33 0.55 94.74 0.2 0.38
Hex 5D 73 4D 13 0 21 37 5F 14 26
Octal 135 163 115 23 0 41 67 137 24 46
Binary 1011101 1110011 1001101 10011 0 100001 110111 1011111 10100 100110

Color Harmonies of #5D734D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D734D

Black with #5D734D

Text Example


Text Example

White with #5D734D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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