#56937B

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

Shades of Patina #56937B

Tints of Patina #56937B

Color information

#56937B (or 0x56937B) is unknown color: approx Patina. HEX triplet: 56, 93 and 7B. RGB value is (86,147,123). Sum of RGB (Red+Green+Blue) = 86+147+123=356 (47% of max value = 765). Red value is 86 (33.98% from 255 or 24.16% from 356); Green value is 147 (57.81% from 255 or 41.29% from 356); Blue value is 123 (48.44% from 255 or 34.55% from 356); Max value from RGB is 147 - color contains mainly: green. Hex color #56937B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56937B is #A96C84. Grayscale: #7E7E7E. Windows color (decimal): -11103365 or 8098646. OLE color: 8098646.

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

Color convert

RGB86147123-
CMYK0.4100.160.42
HSL156.39º26.18%45.69%-
HSV(B)156.39º41.5%57.65%-
XYZ17.8524.2822.48-
YUV126.02126.2999.45-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.16%
GREEN value IS 147 (57.81% from 255) = 41.29%
BLUE value IS 123 (48.44% from 255) = 34.55%
R=24.16%
G=41.29%
B=34.55%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal861471230.4100.160.42156.3926.1845.69
Hex56937B290102A9c1a2e
Octal12622317351020522343256
Binary10101101001001111110111010010100001010101001110011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56937B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56937B; }

 p { color: rgb(86,147,123); }

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

<style>
 a { background-color: #56937B; }

 a { background-color: rgb(86,147,123); }

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

<style>
 span { border-color: #56937B; }

 span { border-color: rgb(86,147,123); }

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