#5B7446

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

Shades of Dingley #5B7446

Tints of Dingley #5B7446

Color information

#5B7446 (or 0x5B7446) is unknown color: approx Dingley. HEX triplet: 5B, 74 and 46. RGB value is (91,116,70). Sum of RGB (Red+Green+Blue) = 91+116+70=277 (36% of max value = 765). Red value is 91 (35.94% from 255 or 32.85% from 277); Green value is 116 (45.70% from 255 or 41.88% from 277); Blue value is 70 (27.73% from 255 or 25.27% from 277); Max value from RGB is 116 - color contains mainly: green. Hex color #5B7446 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B7446 is #A48BB9. Grayscale: #676767. Windows color (decimal): -10783674 or 4617307. OLE color: 4617307.

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

Color convert

RGB9111670-
CMYK0.2200.400.55
HSL92.61º24.73%36.47%-
HSV(B)92.61º39.66%45.49%-
XYZ11.6715.168.11-
YUV103.28109.22119.24-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 32.85%
GREEN value IS 116 (45.70% from 255) = 41.88%
BLUE value IS 70 (27.73% from 255) = 25.27%
R=32.85%
G=41.88%
B=25.27%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal91116700.2200.400.5592.6124.7336.47
Hex5B744616028375d1924
Octal13316410626050671353144
Binary101101111101001000110101100101000110111101110111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B7446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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