#5B7449

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

Shades of Dingley #5B7449

Tints of Dingley #5B7449

Color information

#5B7449 (or 0x5B7449) is unknown color: approx Dingley. HEX triplet: 5B, 74 and 49. RGB value is (91,116,73). Sum of RGB (Red+Green+Blue) = 91+116+73=280 (37% of max value = 765). Red value is 91 (35.94% from 255 or 32.5% from 280); Green value is 116 (45.70% from 255 or 41.43% from 280); Blue value is 73 (28.91% from 255 or 26.07% from 280); Max value from RGB is 116 - color contains mainly: green. Hex color #5B7449 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B7449 is #A48BB6. Grayscale: #676767. Windows color (decimal): -10783671 or 4813915. OLE color: 4813915.

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

Color convert

RGB9111673-
CMYK0.2200.370.55
HSL94.88º22.75%37.06%-
HSV(B)94.88º37.07%45.49%-
XYZ11.7615.28.62-
YUV103.62110.72119-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 32.5%
GREEN value IS 116 (45.70% from 255) = 41.43%
BLUE value IS 73 (28.91% from 255) = 26.07%
R=32.5%
G=41.43%
B=26.07%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal91116730.2200.370.5594.8822.7537.06
Hex5B744916025375f1725
Octal13316411126045671372745
Binary101101111101001001001101100100101110111101111110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B7449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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