#56957F

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

Shades of Patina #56957F

Tints of Patina #56957F

Color information

#56957F (or 0x56957F) is unknown color: approx Patina. HEX triplet: 56, 95 and 7F. RGB value is (86,149,127). Sum of RGB (Red+Green+Blue) = 86+149+127=362 (47% of max value = 765). Red value is 86 (33.98% from 255 or 23.76% from 362); Green value is 149 (58.59% from 255 or 41.16% from 362); Blue value is 127 (50% from 255 or 35.08% from 362); Max value from RGB is 149 - color contains mainly: green. Hex color #56957F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56957F is #A96A80. Grayscale: #7F7F7F. Windows color (decimal): -11102849 or 8361302. OLE color: 8361302.

HSL color Cylindrical-coordinate representation of color #56957F: hue angle of 159.05º degrees, saturation: 0.27, 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 #56957F is Cyan = 0.42, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB86149127-
CMYK0.4200.150.42
HSL159.05º26.81%46.08%-
HSV(B)159.05º42.28%58.43%-
XYZ18.4225.0123.93-
YUV127.65127.6398.29-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 23.76%
GREEN value IS 149 (58.59% from 255) = 41.16%
BLUE value IS 127 (50% from 255) = 35.08%
R=23.76%
G=41.16%
B=35.08%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal861491270.4200.150.42159.0526.8146.08
Hex56957F2A0F2A9f1b2e
Octal12622517752017522373356
Binary1010110100101011111111101010011111010101001111111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56957F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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