#56947F

Color #56947F Patina (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Patina #56947F

Tints of Patina #56947F

Color information

#56947F (or 0x56947F) is unknown color: approx Patina. HEX triplet: 56, 94 and 7F. RGB value is (86,148,127). Sum of RGB (Red+Green+Blue) = 86+148+127=361 (47% of max value = 765). Red value is 86 (33.98% from 255 or 23.82% from 361); Green value is 148 (58.20% from 255 or 41.00% from 361); Blue value is 127 (50% from 255 or 35.18% from 361); Max value from RGB is 148 - color contains mainly: green. Hex color #56947F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56947F is #A96B80. Grayscale: #7F7F7F. Windows color (decimal): -11103105 or 8361046. OLE color: 8361046.

HSL color Cylindrical-coordinate representation of color #56947F: hue angle of 159.68º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #56947F is Cyan = 0.42, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB86148127-
CMYK0.4200.140.42
HSL159.68º26.5%45.88%-
HSV(B)159.68º41.89%58.04%-
XYZ18.2624.6923.88-
YUV127.07127.9698.71-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 23.82%
GREEN value IS 148 (58.20% from 255) = 41.00%
BLUE value IS 127 (50% from 255) = 35.18%
R=23.82%
G=41.00%
B=35.18%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal861481270.4200.140.42159.6826.545.88
Hex56947F2A0E2Aa01a2e
Octal12622417752016522403256
Binary1010110100101001111111101010011101010101010000011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56947F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56947F; }

 p { color: rgb(86,148,127); }

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

<style>
 a { background-color: #56947F; }

 a { background-color: rgb(86,148,127); }

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

<style>
 span { border-color: #56947F; }

 span { border-color: rgb(86,148,127); }

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