#51977A

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

Shades of Patina #51977A

Tints of Patina #51977A

Color information

#51977A (or 0x51977A) is unknown color: approx Patina. HEX triplet: 51, 97 and 7A. RGB value is (81,151,122). Sum of RGB (Red+Green+Blue) = 81+151+122=354 (46% of max value = 765). Red value is 81 (32.03% from 255 or 22.88% from 354); Green value is 151 (59.38% from 255 or 42.66% from 354); Blue value is 122 (48.05% from 255 or 34.46% from 354); Max value from RGB is 151 - color contains mainly: green. Hex color #51977A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51977A is #AE6885. Grayscale: #7E7E7E. Windows color (decimal): -11430022 or 8034129. OLE color: 8034129.

HSL color Cylindrical-coordinate representation of color #51977A: hue angle of 155.14º 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 #51977A is Cyan = 0.46, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.41.

Color convert

RGB81151122-
CMYK0.4600.190.41
HSL155.14º30.17%45.49%-
HSV(B)155.14º46.36%59.22%-
XYZ17.9725.2922.35-
YUV126.76125.3195.36-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.88%
GREEN value IS 151 (59.38% from 255) = 42.66%
BLUE value IS 122 (48.05% from 255) = 34.46%
R=22.88%
G=42.66%
B=34.46%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal811511220.4600.190.41155.1430.1745.49
Hex51977A2E013299b1e2d
Octal12122717256023512333655
Binary10100011001011111110101011100100111010011001101111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51977A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,151,122); }

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

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

 a { background-color: rgb(81,151,122); }

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

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

 span { border-color: rgb(81,151,122); }

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