#57947F

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

Shades of Patina #57947F

Tints of Patina #57947F

Color information

#57947F (or 0x57947F) is unknown color: approx Patina. HEX triplet: 57, 94 and 7F. RGB value is (87,148,127). Sum of RGB (Red+Green+Blue) = 87+148+127=362 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.03% from 362); Green value is 148 (58.20% from 255 or 40.88% from 362); Blue value is 127 (50% from 255 or 35.08% from 362); Max value from RGB is 148 - color contains mainly: green. Hex color #57947F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57947F is #A86B80. Grayscale: #7F7F7F. Windows color (decimal): -11037569 or 8361047. OLE color: 8361047.

HSL color Cylindrical-coordinate representation of color #57947F: hue angle of 159.34º 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 #57947F is Cyan = 0.41, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB87148127-
CMYK0.4100.140.42
HSL159.34º25.96%46.08%-
HSV(B)159.34º41.22%58.04%-
XYZ18.3524.7423.89-
YUV127.37127.7999.21-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 24.03%
GREEN value IS 148 (58.20% from 255) = 40.88%
BLUE value IS 127 (50% from 255) = 35.08%
R=24.03%
G=40.88%
B=35.08%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal871481270.4100.140.42159.3425.9646.08
Hex57947F290E2A9f1a2e
Octal12722417751016522373256
Binary1010111100101001111111101001011101010101001111111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57947F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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