#5B774B

Color #5B774B Dingley (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dingley #5B774B

Tints of Dingley #5B774B

Color information

#5B774B (or 0x5B774B) is unknown color: approx Dingley. HEX triplet: 5B, 77 and 4B. RGB value is (91,119,75). Sum of RGB (Red+Green+Blue) = 91+119+75=285 (37% of max value = 765). Red value is 91 (35.94% from 255 or 31.93% from 285); Green value is 119 (46.88% from 255 or 41.75% from 285); Blue value is 75 (29.69% from 255 or 26.32% from 285); Max value from RGB is 119 - color contains mainly: green. Hex color #5B774B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B774B is #A488B4. Grayscale: #696969. Windows color (decimal): -10782901 or 4945755. OLE color: 4945755.

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

Color convert

RGB9111975-
CMYK0.2400.370.53
HSL98.18º22.68%38.04%-
HSV(B)98.18º36.97%46.67%-
XYZ12.1815.939.09-
YUV105.61110.72117.58-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 31.93%
GREEN value IS 119 (46.88% from 255) = 41.75%
BLUE value IS 75 (29.69% from 255) = 26.32%
R=31.93%
G=41.75%
B=26.32%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal91119750.2400.370.5398.1822.6838.04
Hex5B774B1802535621726
Octal13316711330045651422746
Binary101101111101111001011110000100101110101110001010111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B774B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5B774B;
 }
 .AnyTagClassName
 {
   color: #5B774B;
 }
</style>
background-color css

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

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

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

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

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

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