#51967C

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

Shades of Patina #51967C

Tints of Patina #51967C

Color information

#51967C (or 0x51967C) is unknown color: approx Patina. HEX triplet: 51, 96 and 7C. RGB value is (81,150,124). Sum of RGB (Red+Green+Blue) = 81+150+124=355 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.82% from 355); Green value is 150 (58.98% from 255 or 42.25% from 355); Blue value is 124 (48.83% from 255 or 34.93% from 355); Max value from RGB is 150 - color contains mainly: green. Hex color #51967C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51967C is #AE6983. Grayscale: #7E7E7E. Windows color (decimal): -11430276 or 8164945. OLE color: 8164945.

HSL color Cylindrical-coordinate representation of color #51967C: hue angle of 157.39º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #51967C is Cyan = 0.46, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.41.

Color convert

RGB81150124-
CMYK0.4600.170.41
HSL157.39º29.87%45.29%-
HSV(B)157.39º46%58.82%-
XYZ17.9425.0222.95-
YUV126.4126.6495.61-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.82%
GREEN value IS 150 (58.98% from 255) = 42.25%
BLUE value IS 124 (48.83% from 255) = 34.93%
R=22.82%
G=42.25%
B=34.93%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal811501240.4600.170.41157.3929.8745.29
Hex51967C2E011299d1e2d
Octal12122617456021512353655
Binary10100011001011011111001011100100011010011001110111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51967C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51967C; }

 p { color: rgb(81,150,124); }

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

<style>
 a { background-color: #51967C; }

 a { background-color: rgb(81,150,124); }

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

<style>
 span { border-color: #51967C; }

 span { border-color: rgb(81,150,124); }

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