#5B7249

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

Shades of Dingley #5B7249

Tints of Dingley #5B7249

Color information

#5B7249 (or 0x5B7249) is unknown color: approx Dingley. HEX triplet: 5B, 72 and 49. RGB value is (91,114,73). Sum of RGB (Red+Green+Blue) = 91+114+73=278 (36% of max value = 765). Red value is 91 (35.94% from 255 or 32.73% from 278); Green value is 114 (44.92% from 255 or 41.01% from 278); Blue value is 73 (28.91% from 255 or 26.26% from 278); Max value from RGB is 114 - color contains mainly: green. Hex color #5B7249 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B7249 is #A48DB6. Grayscale: #666666. Windows color (decimal): -10784183 or 4813403. OLE color: 4813403.

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

Color convert

RGB9111473-
CMYK0.2000.360.55
HSL93.66º21.93%36.67%-
HSV(B)93.66º35.96%44.71%-
XYZ11.5314.748.54-
YUV102.45111.38119.83-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 32.73%
GREEN value IS 114 (44.92% from 255) = 41.01%
BLUE value IS 73 (28.91% from 255) = 26.26%
R=32.73%
G=41.01%
B=26.26%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal91114730.2000.360.5593.6621.9336.67
Hex5B724914024375e1625
Octal13316211124044671362645
Binary101101111100101001001101000100100110111101111010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B7249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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