Html Css Color HEX #5D744A Dingley

📋 copy color: '#5D744A'

red 93 ◦ green 116 ◦ blue 74

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

Shades of Dingley #5D744A

Tints of Dingley #5D744A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 26.15%

R = 32.86%
G = 40.99%
B = 26.15%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.36

 K value IS 0.55

RGB Variations

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

Color information

#5D744A (or 0x5D744A) is known color: Dingley. HEX triplet: 5D, 74 and 4A. RGB value is (93,116,74). Sum of RGB (Red+Green+Blue) = 93+116+74=283 (37% of max value = 765). Red value is 93 (36.72% from 255 or 32.86% from 283); Green value is 116 (45.70% from 255 or 40.99% from 283); Blue value is 74 (29.30% from 255 or 26.15% from 283); Max value from RGB is 116 - color contains mainly: green. Hex color #5D744A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D744A is #A28BB5. Grayscale: #686868. Windows color (decimal): -10652598 or 4879453. OLE color: 4879453.

HSL color Cylindrical-coordinate representation of color #5D744A: hue angle of 92.86º degrees, saturation: 0.22, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #5D744A is Cyan = 0.20, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.55.

Color convert

RGB 93 116 74 -
CMYK 0.20 0 0.36 0.55
HSL 92.86º 0.22% 0.37% -
HSV(B) 92.86º 0.36% 0.45% -
XYZ 12 15.31 8.8 -
YUV 104.34 110.88 119.92 -
System Red Green Blue C M Y K H S L
Decimal 93 116 74 0.20 0 0.36 0.55 92.86 0.22 0.37
Hex 5D 74 4A 14 0 24 37 5D 16 25
Octal 135 164 112 24 0 44 67 135 26 45
Binary 1011101 1110100 1001010 10100 0 100100 110111 1011101 10110 100101

Color Harmonies of #5D744A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D744A

Black with #5D744A

Text Example


Text Example

White with #5D744A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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