#51967E

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

Shades of Patina #51967E

Tints of Patina #51967E

Color information

#51967E (or 0x51967E) is unknown color: approx Patina. HEX triplet: 51, 96 and 7E. RGB value is (81,150,126). Sum of RGB (Red+Green+Blue) = 81+150+126=357 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.69% from 357); Green value is 150 (58.98% from 255 or 42.02% from 357); Blue value is 126 (49.61% from 255 or 35.29% from 357); Max value from RGB is 150 - color contains mainly: green. Hex color #51967E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51967E is #AE6981. Grayscale: #7E7E7E. Windows color (decimal): -11430274 or 8296017. OLE color: 8296017.

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

Color convert

RGB81150126-
CMYK0.4600.160.41
HSL159.13º29.87%45.29%-
HSV(B)159.13º46%58.82%-
XYZ18.0725.0723.63-
YUV126.63127.6495.45-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.69%
GREEN value IS 150 (58.98% from 255) = 42.02%
BLUE value IS 126 (49.61% from 255) = 35.29%
R=22.69%
G=42.02%
B=35.29%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal811501260.4600.160.41159.1329.8745.29
Hex51967E2E010299f1e2d
Octal12122617656020512373655
Binary10100011001011011111101011100100001010011001111111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51967E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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