#5B744A

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

Shades of Dingley #5B744A

Tints of Dingley #5B744A

Color information

#5B744A (or 0x5B744A) is unknown color: approx Dingley. HEX triplet: 5B, 74 and 4A. RGB value is (91,116,74). Sum of RGB (Red+Green+Blue) = 91+116+74=281 (37% of max value = 765). Red value is 91 (35.94% from 255 or 32.38% from 281); Green value is 116 (45.70% from 255 or 41.28% from 281); Blue value is 74 (29.30% from 255 or 26.33% from 281); Max value from RGB is 116 - color contains mainly: green. Hex color #5B744A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B744A is #A48BB5. Grayscale: #676767. Windows color (decimal): -10783670 or 4879451. OLE color: 4879451.

HSL color Cylindrical-coordinate representation of color #5B744A: hue angle of 95.71º 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 #5B744A is Cyan = 0.22, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.55.

Color convert

RGB9111674-
CMYK0.2200.360.55
HSL95.71º22.11%37.25%-
HSV(B)95.71º36.21%45.49%-
XYZ11.815.218.79-
YUV103.74111.22118.92-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 32.38%
GREEN value IS 116 (45.70% from 255) = 41.28%
BLUE value IS 74 (29.30% from 255) = 26.33%
R=32.38%
G=41.28%
B=26.33%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal91116740.2200.360.5595.7122.1137.25
Hex5B744A1602437601625
Octal13316411226044671402645
Binary101101111101001001010101100100100110111110000010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B744A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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