#57947A

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

Shades of Patina #57947A

Tints of Patina #57947A

Color information

#57947A (or 0x57947A) is unknown color: approx Patina. HEX triplet: 57, 94 and 7A. RGB value is (87,148,122). Sum of RGB (Red+Green+Blue) = 87+148+122=357 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.37% from 357); Green value is 148 (58.20% from 255 or 41.46% from 357); Blue value is 122 (48.05% from 255 or 34.17% from 357); Max value from RGB is 148 - color contains mainly: green. Hex color #57947A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57947A is #A86B85. Grayscale: #7E7E7E. Windows color (decimal): -11037574 or 8033367. OLE color: 8033367.

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

Color convert

RGB87148122-
CMYK0.4100.180.42
HSL154.43º25.96%46.08%-
HSV(B)154.43º41.22%58.04%-
XYZ18.0324.6122.21-
YUV126.8125.2999.61-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 24.37%
GREEN value IS 148 (58.20% from 255) = 41.46%
BLUE value IS 122 (48.05% from 255) = 34.17%
R=24.37%
G=41.46%
B=34.17%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal871481220.4100.180.42154.4325.9646.08
Hex57947A290122A9a1a2e
Octal12722417251022522323256
Binary10101111001010011110101010010100101010101001101011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57947A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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