Html Css Color HEX #5B7740 Dingley

📋 copy color: '#5B7740'

red 91 ◦ green 119 ◦ blue 64

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

Shades of Dingley #5B7740

Tints of Dingley #5B7740

RGB

 RED value IS 91 (35.94% from 255) = 33.21%

 GREEN value IS 119 (46.88% from 255) = 43.43%

 BLUE value IS 64 (25.39% from 255) = 23.36%

R = 33.21%
G = 43.43%
B = 23.36%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.46

 K value IS 0.53

RGB Variations

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

Color information

#5B7740 (or 0x5B7740) is known color: Dingley. HEX triplet: 5B, 77 and 40. RGB value is (91,119,64). Sum of RGB (Red+Green+Blue) = 91+119+64=274 (36% of max value = 765). Red value is 91 (35.94% from 255 or 33.21% from 274); Green value is 119 (46.88% from 255 or 43.43% from 274); Blue value is 64 (25.39% from 255 or 23.36% from 274); Max value from RGB is 119 - color contains mainly: green. Hex color #5B7740 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B7740 is #A488BF. Grayscale: #686868. Windows color (decimal): -10782912 or 4224859. OLE color: 4224859.

HSL color Cylindrical-coordinate representation of color #5B7740: hue angle of 90.55º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5B7740 is Cyan = 0.24, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.53.

Color convert

RGB 91 119 64 -
CMYK 0.24 0 0.46 0.53
HSL 90.55º 0.3% 0.36% -
HSV(B) 90.55º 0.46% 0.47% -
XYZ 11.84 15.79 7.27 -
YUV 104.36 105.22 118.47 -
System Red Green Blue C M Y K H S L
Decimal 91 119 64 0.24 0 0.46 0.53 90.55 0.3 0.36
Hex 5B 77 40 18 0 2E 35 5B 1E 24
Octal 133 167 100 30 0 56 65 133 36 44
Binary 1011011 1110111 1000000 11000 0 101110 110101 1011011 11110 100100

Color Harmonies of #5B7740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B7740

Black with #5B7740

Text Example


Text Example

White with #5B7740

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,119,64); }

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

background-color css

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

 a { background-color: rgb(91,119,64); }

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

border-color css

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

 span { border-color: rgb(91,119,64); }

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