#56947A

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

Shades of Patina #56947A

Tints of Patina #56947A

Color information

#56947A (or 0x56947A) is unknown color: approx Patina. HEX triplet: 56, 94 and 7A. RGB value is (86,148,122). Sum of RGB (Red+Green+Blue) = 86+148+122=356 (47% of max value = 765). Red value is 86 (33.98% from 255 or 24.16% from 356); Green value is 148 (58.20% from 255 or 41.57% from 356); Blue value is 122 (48.05% from 255 or 34.27% from 356); Max value from RGB is 148 - color contains mainly: green. Hex color #56947A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56947A is #A96B85. Grayscale: #7E7E7E. Windows color (decimal): -11103110 or 8033366. OLE color: 8033366.

HSL color Cylindrical-coordinate representation of color #56947A: hue angle of 154.84º 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 #56947A is Cyan = 0.42, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB86148122-
CMYK0.4200.180.42
HSL154.84º26.5%45.88%-
HSV(B)154.84º41.89%58.04%-
XYZ17.9424.5622.21-
YUV126.5125.4699.11-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.16%
GREEN value IS 148 (58.20% from 255) = 41.57%
BLUE value IS 122 (48.05% from 255) = 34.27%
R=24.16%
G=41.57%
B=34.27%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal861481220.4200.180.42154.8426.545.88
Hex56947A2A0122A9b1a2e
Octal12622417252022522333256
Binary10101101001010011110101010100100101010101001101111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56947A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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