#5B7849

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

Shades of Dingley #5B7849

Tints of Dingley #5B7849

Color information

#5B7849 (or 0x5B7849) is unknown color: approx Dingley. HEX triplet: 5B, 78 and 49. RGB value is (91,120,73). Sum of RGB (Red+Green+Blue) = 91+120+73=284 (37% of max value = 765). Red value is 91 (35.94% from 255 or 32.04% from 284); Green value is 120 (47.27% from 255 or 42.25% from 284); Blue value is 73 (28.91% from 255 or 25.70% from 284); Max value from RGB is 120 - color contains mainly: green. Hex color #5B7849 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B7849 is #A487B6. Grayscale: #6A6A6A. Windows color (decimal): -10782647 or 4814939. OLE color: 4814939.

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

Color convert

RGB9112073-
CMYK0.2400.390.53
HSL97.02º24.35%37.84%-
HSV(B)97.02º39.17%47.06%-
XYZ12.2316.148.77-
YUV105.97109.39117.32-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 32.04%
GREEN value IS 120 (47.27% from 255) = 42.25%
BLUE value IS 73 (28.91% from 255) = 25.70%
R=32.04%
G=42.25%
B=25.70%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal91120730.2400.390.5397.0224.3537.84
Hex5B78491802735611826
Octal13317011130047651413046
Binary101101111110001001001110000100111110101110000111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B7849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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